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
getStationGroup.json•612 B
{
"name": "getStationGroup",
"description": "Gets details about a specific station group. Corresponds to GET /api/stations/v1/station-groups/{stationGroupId}. Requires `stations:read` scope. [READ-ONLY]",
"inputSchema": {
"type": "object",
"properties": {
"stationGroupId": {
"type": "string",
"description": "The ID of the station group to retrieve"
}
},
"required": [
"stationGroupId"
]
},
"category": "read-only",
"type": "station-group",
"dangerous": false,
"httpType": "GET",
"url": "/api/stations/v1/station-groups/:stationGroupId"
}