@tulip/mcp-server
Version:
Model Context Protocol server for Tulip API
22 lines (21 loc) • 578 B
JSON
{
"name": "getStation",
"description": "Gets details about a specific station. Corresponds to GET /api/stations/v1/stations/{stationId}. Requires `stations:read` scope. [READ-ONLY]",
"inputSchema": {
"type": "object",
"properties": {
"stationId": {
"type": "string",
"description": "The ID of the station to retrieve"
}
},
"required": [
"stationId"
]
},
"category": "read-only",
"type": "station",
"dangerous": false,
"httpType": "GET",
"url": "/api/stations/v1/stations/:stationId"
}