search_memory
Look up previously recorded decisions, preferences, and context for a topic to guide current development choices. Call before picking a library, pattern, or tool, or when a past decision is referenced.
Instructions
Look up what the user has already decided about a specific topic. Call before choosing a library, pattern or tool, and whenever the user refers to a past decision. Always scoped to the current MCP workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 10. | |
| query | Yes | ||
| taskId | No | Current task identifier. Overrides BRAINFEATHER_TASK_ID for this call. | |
| category | No | ||
| referenceAt | No | Return facts valid at this time. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | ||
| taskId | No | ||
| memories | Yes | ||
| projectId | Yes |