UNPKG

@tulip/mcp-server

Version:

Model Context Protocol server for Tulip API

20 lines (19 loc) 690 B
{ "name": "removeAllStationGroupAppAssignments", "description": "⚠️ ADMIN OPERATION ⚠️ Removes all app assignments for the given station group. Corresponds to DELETE /api/stations/v1/station-groups/{stationGroupId}/app-assignments. Requires `stations:write` scope. [ADMIN]", "inputSchema": { "type": "object", "properties": { "stationGroupId": { "type": "string", "description": "The id of the station group." } }, "required": ["stationGroupId"] }, "category": "admin", "type": "app", "dangerous": true, "httpType": "DELETE", "url": "/api/stations/v1/station-groups/:stationGroupId/app-assignments" }