We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tulip/tulip-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
getStation.json•557 B
{
"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"
}