@tulip/mcp-server
Version:
Model Context Protocol server for Tulip API
20 lines (19 loc) • 547 B
JSON
{
"name": "listTableAggregations",
"description": "Lists the aggregations for a Tulip Table. Corresponds to GET /tables/{tableId}/aggregations. 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/aggregations"
}