@tulip/mcp-server
Version:
Model Context Protocol server for Tulip API
22 lines (21 loc) • 596 B
JSON
{
"name": "createStationGroup",
"description": "Creates a new station group. Corresponds to POST /api/stations/v1/station-groups. Requires `stations:write` scope. [WRITE]",
"inputSchema": {
"type": "object",
"properties": {
"stationGroupData": {
"type": "object",
"description": "Station group data for creating new station group"
}
},
"required": [
"stationGroupData"
]
},
"category": "write",
"type": "station-group",
"dangerous": false,
"httpType": "POST",
"url": "/api/stations/v1/station-groups"
}