update_drawing
Update a drawing's content or clear it by passing null.
Instructions
Update drawing content. Pass null content to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drawingId | Yes | a string that will be trimmed | |
| content | Yes | New drawing content payload. Use null to clear. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |