UNPKG

@tulip/mcp-server

Version:

Model Context Protocol server for Tulip API

22 lines (21 loc) 521 B
{ "name": "getTable", "description": "Gets details about a Tulip Table. Corresponds to GET /tables/{tableId}. Requires `tables:read` scope. [READ-ONLY]", "inputSchema": { "type": "object", "properties": { "tableId": { "type": "string", "description": "The ID of the table to retrieve" } }, "required": [ "tableId" ] }, "category": "read-only", "type": "table", "dangerous": false, "httpType": "GET", "url": "/tables/:tableId" }