MCPFerramentas MCP/Ideias de publicação/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
locationIdstringobrigatório
The location's id (required, from list_locations).
datestringobrigatório
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".
Exemplo de solicitação
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "generate_post_ideas_for_date",
    "arguments": {
      "locationId": "string",
      "date": "string"
    }
  }
}
Exemplo de resposta
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.