Reply To Comment
reply-to-commentAdd a response to an existing comment in a Canva design.
Use to answer a reviewer's question, acknowledge or clarify feedback, continue a discussion, or provide a follow-up on a specific comment.
The reply is visible to everyone with access to the design.
Returns the created reply and its comment_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design_id | Yes | ID of the Canva design containing the comment. Design IDs start with "D". | |
| comment_id | Yes | ID of the existing comment to reply to in the specified design. | |
| 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 reply to add. |