MCPMCP-Tools/Content-Serien/get_content_series

get_content_series

Readideas:read

Get one content series by id, including its attached (non-archived) post ideas. Identify it by its id (from list_content_series or create_content_series).

Parameter
seriesIdstringerforderlich
The id of the content series to fetch (required).
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_content_series",
    "arguments": {
      "seriesId": "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.