Send feedback to the operator
submit_feedbackReport a problem or request to Pure Report's operator and get a tracking ref back. Use this when the data looks wrong — a bias score or outlet lean that doesn't match the source, an event cluster mixing unrelated stories, a missing neutral writeup, a broken article — or to ask a methodology question or request a capability. Include the article_id or event_slug you were looking at; that context is what makes a report actionable. A human reads these: replies take time and are not guaranteed. Call check_feedback with the returned ref to read the reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The detail needed to act: what you expected, what you got, and how to reproduce it. Max 12000 chars. | |
| kind | No | DEPRECATED alias for category; still accepted. | |
| subject | Yes | One line, max 200 chars. | |
| category | No | bug = broken or erroring; dx = developer-experience friction; data_error = wrong/miscategorised data; data_gap = missing coverage or field; feature = a capability request; question = methodology or usage; other. Defaults to bug. | |
| article_id | No | Optional article the report concerns. | |
| event_slug | No | Optional event slug the report concerns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| status | Yes | ||
| message | No | ||
| how_to_check | No |