execute_api_endpoint
Execute API endpoints for Yaizu City's open data and smart city services by specifying URL, HTTP method, and parameters. Returns API responses to access municipal data and services.
Instructions
【非推奨】汎用エンドポイント実行ツール(互換性のために保持) 新しいコードでは execute_yaizu_api() を使用してください。
Args: endpoint_url: APIエンドポイントのURL method: HTTPメソッド(GET, POST, PUT, DELETE) params: クエリパラメータまたはJSONボディ(JSON文字列形式)
Returns: str: APIレスポンス
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint_url | Yes | ||
method | No | GET | |
params | No |