report_content
Report specific content violating community guidelines or terms of service. Supply the AT-URI and CID with a reason type to submit a moderation request for review.
Instructions
Report content that violates community guidelines or terms of service. Submits a moderation report to the network; moderators review it asynchronously and the report cannot be withdrawn once submitted. Requires authentication (app password). Use report_content when you have the AT-URI and CID of the specific post or record; use report_user when reporting an entire account rather than a single piece of content. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Strong reference identifying the specific content record to report. | |
| reasonType | Yes | Category of the violation: "spam" for unsolicited bulk content, "violation" for ToS breach, "misleading" for misinformation, "sexual" for adult content, "rude" for harassment, "other" for anything else. | |
| reason | No | Optional free-text explanation of the violation (max 2000 characters). Providing detail helps moderators act faster. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the report was submitted successfully. | |
| message | Yes | Human-readable result message. | |
| reportId | Yes | Numeric identifier of the newly created moderation report (as a string). | |
| reportDetails | Yes | Echo of the submitted report parameters. |