本文へスキップ
言語 — 現在: 日本語
テーマ — 現在: システムに合わせる
Tool
{
  "name": "searchapi_apple_app_store_top_charts",
  "description": "Apple App Store Top Charts results from SearchApi, as structured JSON.",
  "input_schema": {
    "type": "object",
    "properties": {
      "chart": {
        "type": "string",
        "description": "Chart to fetch.",
        "enum": [
          "top_free",
          "top_paid"
        ]
      },
      "category": {
        "type": "string",
        "description": "App category filter."
      },
      "country": {
        "type": "string",
        "description": "App Store country (two-letter code).",
        "default": "us"
      },
      "device": {
        "type": "string",
        "description": "Device the chart is listed for.",
        "enum": [
          "iphone",
          "ipad"
        ]
      }
    },
    "required": []
  }
}

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