You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Generate a meme image based on a search prompt and variable number of text lines (top, middle, bottom, etc.). Can optionally send to Slack.",
"parameters": {
"type": "object",
"properties": {
"prompt": {
"type": "string",
"description": "Keyword to find a meme template (e.g., 'doge', 'captain', 'coding')."
},
"texts": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of text lines to place on the meme. Order matters (Top -> Bottom). For Captain meme, use 3 lines."
},
"sendToSlack": {
"type": "boolean",
"description": "Whether to send the generated meme to the configured Slack channel.",