update_canvas_graphic
Repositions or resizes a background image (canvas graphic) in a live Trident document. Use open_document to get the canvas graphic ID and current dimensions — it appears as: image "" at (x, y) width:W height:H. The position at (x, y) is the TOP-LEFT corner. USE THIS BEFORE placing many geographically-positioned nodes: if the background map is small (e.g. width < 700), scale it up so nodes have room to breathe and do not overlap. Requires a valid editor access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Editor access token for this document. | |
| agentId | Yes | YOUR AI assistant name (e.g. "Claude.ai", "GitHub Copilot"). | |
| changes | Yes | Geometry fields to update. Only provided fields are changed; all others are preserved. | |
| userName | No | First name of the human you are assisting. | |
| canvasGraphicId | Yes | ID of the canvas graphic to update (from open_document output). | |
| action_explanation | No | Optional: brief explanation shown live to human collaborators (max 250 chars). |