本文へスキップ
言語 — 現在: 日本語
テーマ — 現在: システムに合わせる
Tool
{
  "name": "searchapi_google_maps_reviews",
  "description": "Google Maps Reviews results from SearchApi, as structured JSON.",
  "input_schema": {
    "type": "object",
    "properties": {
      "place_id": {
        "type": "string",
        "description": "Place identifier; either place_id or data_id is required."
      },
      "data_id": {
        "type": "string",
        "description": "Data identifier of the place; alternative to place_id."
      },
      "sort_by": {
        "type": "string",
        "description": "Order of the reviews.",
        "enum": [
          "relevance",
          "newest",
          "highest_rating",
          "lowest_rating"
        ]
      },
      "topic_id": {
        "type": "string",
        "description": "Filter reviews by a topic token from the response."
      },
      "hl": {
        "type": "string",
        "description": "Interface language of the search (two-letter language code).",
        "enum": [
          "af",
          "ak",
          "sq",
          "am",
          "ar",
          "hy",
          "az",
          "eu",
          "be",
          "bem",
          "bn",
          "bh",
          "bs",
          "br",
          "bg",
          "km",
          "ca",
          "chr",
          "ny",
          "zh-CN",
          "zh-TW",
          "co",
          "hr",
          "cs",
          "da",
          "nl",
          "en",
          "eo",
          "et",
          "ee",
          "fo",
          "tl",
          "fi",
          "fr",
          "fy",
          "gaa",
          "gl",
          "ka",
          "de",
          "el",
          "gn",
          "gu",
          "ht",
          "ha",
          "haw",
          "iw",
          "hi",
          "hu",
          "is",
          "ig",
          "id",
          "ia",
          "ga",
          "it",
          "ja",
          "jw",
          "kn",
          "kk",
          "rw",
          "rn",
          "kg",
          "ko",
          "kri",
          "ku",
          "ckb",
          "ky",
          "lo",
          "la",
          "lv",
          "ln",
          "lt",
          "loz",
          "lg",
          "ach",
          "mk",
          "mg",
          "ms",
          "ml",
          "mt",
          "mi",
          "mr",
          "mfe",
          "mo",
          "mn",
          "sr-ME",
          "my",
          "ne",
          "pcm",
          "nso",
          "no",
          "nn",
          "oc",
          "or",
          "om",
          "ps",
          "fa",
          "pl",
          "pt",
          "pt-BR",
          "pt-PT",
          "pa",
          "qu",
          "ro",
          "rm",
          "nyn",
          "ru",
          "gd",
          "sr",
          "sh",
          "st",
          "tn",
          "crs",
          "sn",
          "sd",
          "si",
          "sk",
          "sl",
          "so",
          "es",
          "es-419",
          "su",
          "sw",
          "sv",
          "tg",
          "ta",
          "tt",
          "te",
          "th",
          "ti",
          "to",
          "lua",
          "tum",
          "tr",
          "tk",
          "tw",
          "ug",
          "uk",
          "ur",
          "uz",
          "vi",
          "cy",
          "wo",
          "xh",
          "yi",
          "yo",
          "zu"
        ],
        "default": "en"
      },
      "next_page_token": {
        "type": "string",
        "description": "Opaque token from the previous response that fetches the next page."
      }
    },
    "required": []
  }
}

この定義を自分のエージェントのツール配列に貼り付けてください。スキーマはこのエンジンのカタログ登録内容から生成され、設定した値はスキーマの examples に入ります。名前は MCP サーバーのものではなく私たちが決めたもので — あなたのエージェントが呼び出す名前です — どのエンジンも searchapi_ を接頭辞に持ちます。