Add Comment To Design
comment-on-designLeave a new comment on an existing Canva design as a note to self or for collaborators to read.
Use to give feedback, ask a question about a design, flag an issue, or add context for people working on it. The comment is visible to everyone who has access to the design.
Returns the created comment and its comment_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design_id | Yes | ID of the existing Canva design to comment on. Design IDs start with "D". | |
| user_intent | No | Mandatory description of what the user is trying to accomplish with this tool call. This should always be provided by LLM clients. Please keep it concise (255 characters or less recommended). | |
| message_plaintext | Yes | The text content of the comment to add. |