report_memory
Flag public memories for inappropriate content such as spam or personal info. After three reports, the memory is hidden pending admin review.
Instructions
Report a public memory for inappropriate content.
WHEN TO USE:
User encounters spam, misleading, or inappropriate public content
User wants to flag content that contains personal information
REASONS: spam, inappropriate, misleading, personal_info, other
After 3 reports, a memory is automatically hidden from public view pending admin review.
EXAMPLE: report_memory({ memory_id: "abc-123", reason: "spam", description: "Promotional content" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | UUID of the public memory to report | |
| reason | Yes | Reason for reporting | |
| description | No | Optional additional details about the report |