MCPMCP-Tools/Referenzdaten/list_sites

list_sites

Readreference:read

List the directory/publisher catalog OS can submit listings to (Google, Facebook, Apple, Bing + long-tail directories). Global reference data — no clientId. Filter by search (name or url), active, siteType, or country (ISO-2; includes worldwide sites). Ordered by priority (GABF first).

Parameter
searchstringoptional
Match display name or url
activebooleanoptional
Only active (true) or inactive (false) sites
siteType"API" | "COPY" | "DOWNSTREAM" | "LIVEQUERY" | "DUMP" | "MANUAL"optional
API | COPY | DOWNSTREAM | LIVEQUERY | DUMP | MANUAL
countrystringoptional
ISO-3166-1 alpha-2 (e.g. US) — includes worldwide sites
limitnumberoptional
Max rows (1–500, default 100)
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_sites",
    "arguments": {}
  }
}
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.