MCPHerramientas MCP/Ideas de publicaciones/generate_post_ideas_for_date
generate_post_ideas_for_date
Writeideas:write
Generate one new post idea for a location, targeted at a specific calendar date or observance (e.g. a holiday), via the agency's Sydekick. Creates a new draft idea in the "calendar" bucket by default, targeting google + facebook. Pass observanceName for a holiday/occasion tie-in, or hint for other creative direction.
Parámetros
locationIdstringobligatorio
The location's id (required, from list_locations).
datestringobligatorio
The target date, YYYY-MM-DD (required).
observanceNamestringopcional
A holiday/occasion this idea should tie into, e.g. "National Coffee Day".
hintstringopcional
Additional creative direction for the idea.
bucket"idea" | "holiday" | "calendar" | "series"opcional
Which bucket to file the idea under. Defaults to "calendar".
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "generate_post_ideas_for_date",
"arguments": {
"locationId": "string",
"date": "string"
}
}
}Respuesta de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}La forma de la respuesta se muestra a modo ilustrativo — el contenido real depende de la herramienta y de tus datos.