memory_query
Retrieve past learnings, fixes, and decisions from shared memory before starting risky or repeated work to avoid repeating mistakes.
Instructions
Retrieve relevant past learnings, fixes, decisions, or gotchas from the team's shared memory before starting risky or repeated work — e.g. touching a service that has caused incidents before, or implementing something similar to past work. Call this before, not after.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max number of memories to return (default 5). | |
| task_description | Yes | What you are about to do, in plain language. |