UNPKG

@tulip/mcp-server

Version:

Model Context Protocol server for Tulip API

27 lines (26 loc) 836 B
{ "name": "deleteStationAppAssignment", "description": "⚠️ ADMIN OPERATION ⚠️ Deletes an app assignment from a station. Corresponds to DELETE /api/stations/v1/stations/{stationId}/app-assignments/{appAssignmentId}. Requires `stations:write` scope. [ADMIN]", "inputSchema": { "type": "object", "properties": { "stationId": { "type": "string", "description": "The ID of the station" }, "appAssignmentId": { "type": "string", "description": "The ID of the app assignment to delete" } }, "required": [ "stationId", "appAssignmentId" ] }, "category": "admin", "type": "station", "dangerous": true, "httpType": "DELETE", "url": "/api/stations/v1/stations/:stationId/app-assignments/:appAssignmentId" }