@tulip/mcp-server
Version:
Model Context Protocol server for Tulip API
15 lines (14 loc) • 533 B
JSON
{
"name": "deleteInterfaceStationAssignment",
"description": "Unassigns an interface from a station by deleting its station assignment. Corresponds to DELETE /api/stations/v1/interfaces/{interfaceId}/station-assignment. Requires `stations:write` scope. [WRITE]",
"inputSchema": {
"type": "object",
"properties": {},
"required": []
},
"category": "write",
"type": "interface",
"dangerous": false,
"httpType": "DELETE",
"url": "/api/stations/v1/interfaces/:interfaceId/station-assignment"
}