UNPKG

@tulip/mcp-server

Version:

Model Context Protocol server for Tulip API

27 lines (26 loc) 848 B
{ "name": "listStations", "description": "Gets a paginated, filtered, and sorted list of stations. Corresponds to GET /api/stations/v1/stations. Requires `stations:read` scope. [READ-ONLY]", "inputSchema": { "type": "object", "properties": { "limit": { "type": "integer", "description": "Limit the number of items listed" }, "offset": { "type": "integer", "description": "Return documents after a certain offset" }, "sort": { "type": "string", "description": "Sort the result by name, lastModified.at, and created.at. Separate by comma. Specify descending sort with a - character" } } }, "category": "read-only", "type": "station", "dangerous": false, "httpType": "GET", "url": "/api/stations/v1/stations" }