@tulip/mcp-server
Version:
Model Context Protocol server for Tulip API
20 lines (19 loc) • 523 B
JSON
{
"name": "listTableQueries",
"description": "Lists queries for a Tulip Table. Corresponds to GET /tables/{tableId}/queries. Requires `tables:read` scope. [READ-ONLY]",
"inputSchema": {
"type": "object",
"properties": {
"tableId": {
"type": "string",
"description": "The id of a Tulip Table."
}
},
"required": ["tableId"]
},
"category": "read-only",
"type": "table",
"dangerous": false,
"httpType": "GET",
"url": "/tables/:tableId/queries"
}