Add comment
add_commentAttach a text-anchored comment to a wiki page that stays pinned as the page changes, with idempotency for safe retries.
Instructions
Attach a root (non-reply) comment to a page, anchored to a specific passage by a {prefix, exact, suffix} text triplet so it stays pinned to the right spot as the page changes (editor+). Pass idempotency_key to make retries safe (a repeat returns the original comment instead of posting a duplicate). Use for feedback ON page content; to report problems with tela itself use submit_feedback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | comment text (1-10000 chars) | |
| anchor | Yes | text-quote anchor locating the comment in the body | |
| page_id | Yes | page to comment on | |
| idempotency_key | No | optional client-generated key; a retry with the same key returns the original result instead of posting a duplicate comment (safe retries after a dropped connection) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes |