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
createNote
Creates a live report note: Markdown that can embed data-bound components staying live as sheets change. Embed up to three self-closing tags — , , ; any other tag renders as inert text. sheet/id values MUST be real ids from earlier results (createQuerySheet, createPivot, createChart) or listSheets/describeSheet — a wrong id shows "not found".
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
content |
string | yes | Markdown body; may embed <CellValue>, <CanvasChart>, <Sparkline> tags (see tool description for their exact attributes). |
title |
string | no | Optional short title, added as an H1 heading if the content does not already start with a heading. |
color |
string | no | Note background color. Defaults to yellow. |
Raw JSON schema
{
"type": "object",
"properties": {
"content": {
"type": "string",
"minLength": 1,
"description": "Markdown body; may embed <CellValue>, <CanvasChart>, <Sparkline> tags (see tool description for their exact attributes)."
},
"title": {
"description": "Optional short title, added as an H1 heading if the content does not already start with a heading.",
"type": "string",
"maxLength": 120
},
"color": {
"description": "Note background color. Defaults to yellow.",
"type": "string",
"enum": [
"yellow",
"blue",
"green",
"pink",
"purple",
"gray"
]
}
},
"required": [
"content"
],
"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.