Generate meme
generate_memeSelect an existing meme template, generate captions, and return one or more meme variants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Generation mode. Only template-based meme generation is supported. | |
| tone | No | Caption tone. Use this to steer the humor style, for example absurd or corporate. | |
| apiKey | Yes | Agent or developer API key for AI meme generation. | |
| prompt | Yes | Prompt describing the meme concept to generate. | |
| toneCues | No | Optional extra style cues such as dry, playful, or bunny-coded. | |
| rewriteNote | No | Optional rewrite direction that pushes the joke toward a specific flavor. | |
| variantCount | No | How many meme variants to generate in one call. Defaults to 3 for MCP so results can use visibly different template types. | |
| allowHeuristicFallback | No | Whether Memesio may fall back to heuristic captions if OpenAI captioning is unavailable. Defaults to false for keyed API/MCP calls. |