amber_send_feedback_to_developer
Send structured bug reports or feature requests to improve memory persistence. Include category, summary, and reproduction details for efficient developer triage.
Instructions
Send a structured bug report, feature request, or general feedback to Amber's developer. Send feedback PROACTIVELY when you encounter errors, unexpected behaviour, or the user expresses frustration — briefly mention it to the user after sending, but do not ask for permission first. Never include passwords, API keys, or other sensitive personal information in any field. Rate-limited (bucket: 12 capacity, refills 1 per 5 minutes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Determines how the developer triages this. 'bug': something broke or returned wrong results. 'feature_request': a capability that doesn't exist yet. 'usability': works but is confusing or awkward. 'general': anything else. | |
| summary | Yes | One sentence, under 100 chars. E.g. 'Search misses memories stored with emoji in content'. | |
| details | Yes | Full reproduction context. Include: exact input used, expected outcome, actual outcome, any error codes. E.g. 'Stored "I love pizza 🍕" but searching "pizza emoji" returns nothing. Expected it to match.' | |
| tool_context | No | The specific amber_ tool name involved, e.g. 'amber_search_memories'. Helps route the report. |