Skip to main content
Glama

Yaizu Smart City MCP Server

by moma1992

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

NameRequiredDescriptionDefault
endpoint_urlYes
methodNoGET
paramsNo

Input Schema (JSON Schema)

{ "properties": { "endpoint_url": { "title": "Endpoint Url", "type": "string" }, "method": { "default": "GET", "title": "Method", "type": "string" }, "params": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Params" } }, "required": [ "endpoint_url" ], "title": "execute_api_endpointArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/moma1992/smartcity-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server