MCPMCP-Tools/Beitragsideen/list_post_ideas

list_post_ideas

Readideas:read

List post ideas for a location (agency-scoped). Excludes archived and rejected ideas.

Parameter
locationIdstringerforderlich
The location's id (from list_locations).
bucket"idea" | "holiday" | "calendar" | "series"optional
Filter by bucket.
status"draft" | "published" | "archived"optional
Filter by lifecycle status.
seriesIdstringoptional
Filter by series id.
searchstringoptional
Title contains (case-insensitive).
limitnumberoptional
Max rows to return (1–200, default 50).
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_post_ideas",
    "arguments": {
      "locationId": "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.