UNPKG

@tulip/mcp-server

Version:

Model Context Protocol server for Tulip API

27 lines (26 loc) 757 B
{ "name": "updateStationGroup", "description": "Updates a station group. Corresponds to PATCH /api/stations/v1/station-groups/{stationGroupId}. Requires `stations:write` scope. [WRITE]", "inputSchema": { "type": "object", "properties": { "stationGroupId": { "type": "string", "description": "The ID of the station group to update" }, "stationGroupData": { "type": "object", "description": "Updated station group data" } }, "required": [ "stationGroupId", "stationGroupData" ] }, "category": "write", "type": "station-group", "dangerous": false, "httpType": "PATCH", "url": "/api/stations/v1/station-groups/:stationGroupId" }