MCPMCP-Tools/Beitragsideen/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.

Parameter
locationIdstringerforderlich
The location's id (required, from list_locations).
datestringerforderlich
The target date, YYYY-MM-DD (required).
observanceNamestringoptional
A holiday/occasion this idea should tie into, e.g. "National Coffee Day".
hintstringoptional
Additional creative direction for the idea.
bucket"idea" | "holiday" | "calendar" | "series"optional
Which bucket to file the idea under. Defaults to "calendar".
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "generate_post_ideas_for_date",
    "arguments": {
      "locationId": "string",
      "date": "string"
    }
  }
}
Beispielantwort
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.