recall_patterns
Retrieve code and workflow patterns from past sessions that match your task description. Use proven solutions to avoid trial-and-error.
Instructions
Search the pattern memory for workflows/code similar to your task.
Use when your own knowledge is insufficient, before falling back to
trial-and-error. Patterns come from save_pattern and completed sessions.
Args:
query: Keywords describing the task (e.g. "boolean cut holes cylinder").
limit: Max results (default 3).
Returns:
JSON list of matching patterns with code/steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |