penpot_create_comment_thread
Add a comment thread pinned to a canvas position on a page, with optional frame attachment for context.
Instructions
Create a new comment thread pinned to a canvas position on a page. x/y are the canvas coordinates where the comment pin appears. Optionally supply frameId to attach the thread to a specific frame; omit it to place the thread on the page root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| fileId | Yes | ||
| pageId | Yes | ||
| content | Yes | ||
| frameId | No |