MCPMCP-Tools/Beitragsideen/get_post_idea

get_post_idea

Readideas:read

Get a single post idea by id (agency-scoped).

Parameter
idstringerforderlich
Post idea id (from list_post_ideas) — accepts either the OS idea id or the claw approval id (externalId).
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_post_idea",
    "arguments": {
      "id": "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.