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
createSheet
Creates a new standalone sheet for manual, scratch, or agent-computed data (an assembled table, fill-in template, or derived summary). data is optional: rows of raw cell strings, row 1 is the header; a cell may be a literal or "=FORMULA(...)". Omit data for a blank grid. Has NO data source and does not auto-refresh — for connector data (ClickHouse, Google Analytics, Google Sheets) use createQuerySheet instead to keep lineage/refreshability. Returns sheetId and dimensions.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
title |
string | no | — |
data |
array | no | Rows of raw cell strings; row 1 is the header. Each cell is a literal or "=FORMULA(...)". Omit for a blank sheet. |
Raw JSON schema
{
"type": "object",
"properties": {
"title": {
"type": "string",
"minLength": 1,
"maxLength": 120
},
"data": {
"description": "Rows of raw cell strings; row 1 is the header. Each cell is a literal or \"=FORMULA(...)\". Omit for a blank sheet.",
"maxItems": 5000,
"type": "array",
"items": {
"maxItems": 256,
"type": "array",
"items": {
"type": "string"
}
}
}
},
"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.