UNPKG

@tulip/mcp-server

Version:

Model Context Protocol server for Tulip API

30 lines (29 loc) 857 B
{ "name": "updateTableLinkLabels", "description": "Updates column labels for a table link. Corresponds to PUT /tableLinks/{tableLinkId}. Requires `tables:write` scope. [WRITE]", "inputSchema": { "type": "object", "properties": { "tableLinkId": { "type": "string", "description": "ID of the table link to update" }, "leftColumnLabel": { "type": "string", "description": "New label for the left column in the linking relationship" }, "rightColumnLabel": { "type": "string", "description": "New label for the right column in the linking relationship" } }, "required": [ "tableLinkId" ] }, "category": "write", "type": "table", "dangerous": false, "httpType": "PUT", "url": "/tableLinks/:tableLinkId" }