create_comment
Create website feedback on a page, optionally pinned using a CSS selector or exact element text. Supports Markdown Lite. Reuse idempotency_key for retries. The connection's write access and local AI-comment preference are enforced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page path such as /pricing; use / for the homepage. | |
| tags | No | Comma-separated tag names. | |
| text | Yes | Feedback text. | |
| title | No | Short feedback title. | |
| status | No | Status enabled for the selected project. Call get_project_context to obtain current choices. | |
| priority | No | ||
| anchor_tag | No | HTML tag used with anchor_text. | |
| project_id | No | Authorized project ID, project slug, domain, or public key. Defaults to the configured project when omitted. | |
| anchor_text | No | Exact, complete visible text of the target element. | |
| anchor_selector | No | CSS selector identifying the target element. | |
| idempotency_key | No | Unique request key. Reuse exactly the same key and arguments when retrying this action. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||