create_comment
Post a top-level comment or reply. Comment body is plain text; rendered as a single paragraph in the dashboard.
required scope: read:write.
example prompts
Section titled “example prompts”- “leave a comment on pst_01H8… saying we’ve shipped this in v1.3.”
- “reply to comment cmt_01H8… with a thank-you.”
| field | type | required | notes |
|---|---|---|---|
post_id | string | yes | |
parent_id | string | no | |
body | string (max 50,000 chars) | yes |
output
Section titled “output”The created comment object (id, post id, body, parent id, author, created at).