memeworld
Documentation

MCP

open_meme_editor

No account needed

Open the picker and live preview inline, in clients that support MCP Apps.

Opens memeworld’s caption editor inside the conversation, preloaded with templates matching a search. The user picks a template, types over the captions and watches the preview redraw — the meme is rendered on their device, so nothing is stored and no key is spent.

Use it when the wording is theirs to settle. Clients without MCP Apps support fall back to the structured result, which lists the same templates.

Arguments

  • query — string, optional. Free text; omit for the most popular.
  • kind — 'still' | 'gif', optional. Restrict to stills or GIFs.

Returns

  • query — the search it opened with.
  • templates[] — each with posterUrl, imageUrl and full textBoxes geometry.

Example

{
  "name": "open_meme_editor",
  "arguments": {
    "query": "monday",
    "kind": "still"
  }
}