sheetcanvas.com
Connect Claude, Codex, or another MCP-capable agent to SheetCanvas so messy business data becomes durable tables, charts, pivots, notes, and dashboards.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 10 · Act 10 · Transact 1 · Score: Not yet scored
Tool inspector
describeConnection
Describes one data connection and returns the schemaToken needed by queryConnection/createQuerySheet/updateQuerySheet, plus a queryShape (payloadSchema, requiredFields, examples) for building queryPayload — read it before any connector query. ClickHouse without table returns tables[] only; with table returns columns[] and schemaToken. Google Analytics needs propertyId, returns a dimensions[]/metrics[] catalog. Google Sheets returns URL/ID and range requirements.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
connectionId |
string | yes | — |
table |
string | no | — |
propertyId |
string | no | — |
search |
string | no | — |
limit |
integer | no | — |
includeDescriptions |
boolean | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"connectionId": {
"type": "string",
"minLength": 1
},
"table": {
"type": "string",
"minLength": 1
},
"propertyId": {
"type": "string",
"minLength": 1
},
"search": {
"type": "string",
"minLength": 1,
"maxLength": 80
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
},
"includeDescriptions": {
"type": "boolean"
}
},
"required": [
"connectionId"
],
"additionalProperties": false
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.