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
updateNote
Updates an existing report note in place — revise wording, add/remove a section, or swap a chart. Requires noteId plus at least one of content or color. content REPLACES the entire Markdown body; there is no append/patch mode — read the note first with readNote, edit the full text, then send it back. Supports the same three live tags as createNote ( , , ); unknown ids render inert. Errors if noteId does not exist.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
noteId |
string | yes | Id of the note to update. |
content |
string | no | New full Markdown body. Replaces the existing content entirely. |
color |
string | no | New note background color. |
Raw JSON schema
{
"type": "object",
"properties": {
"noteId": {
"type": "string",
"minLength": 1,
"description": "Id of the note to update."
},
"content": {
"description": "New full Markdown body. Replaces the existing content entirely.",
"type": "string",
"minLength": 1
},
"color": {
"description": "New note background color.",
"type": "string",
"enum": [
"yellow",
"blue",
"green",
"pink",
"purple",
"gray"
]
}
},
"required": [
"noteId"
],
"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.