"世界中の現在および将来の気象情報を提供し、旅行計画の支援も 可能です。", "auth": { // 認証方法(OAuth2など、どうやってログインするか) "type": "oauth2", "token_url": "https://api.weather-pro.com/oauth/token" }, "capabilities": [ // 能力(Capabilities):何ができるか { "name": "get_forecast", "description": "指定された緯度経度の7日間の天気予報を取得する", "input_schema": { ... }, // 必要なデータの型 "output_schema": { ... } // 返ってくるデータの型 } ], "servers": [ // コミュニケーションのエンドポイント { "url": "https://api.weather-pro.com/v1/agent" } ] }