memory_get
Retrieve prior session insights on app failures and recoveries to resolve errors quickly. Check this memory before asking the user for help.
Instructions
Look up what previous sessions learned about this app — failures and the recovery that worked. Returns short summaries so it is cheap to call at the start of a session; pass full:true or an id to read one in detail. Search it whenever a step fails, before asking the user for help.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Return this single entry in full. | |
| full | No | Return complete entries instead of summaries. | |
| limit | No | Maximum entries to return. | |
| query | No | Words to match against category, failure, recovery, pattern or URL. Omit for the most recent. | |
| category | No | Restrict to one category. |