get_memory
Query the knowledge graph to retrieve relevant memories. Filter by type, tags, workflow, or file path, and get results sorted by importance and recency.
Instructions
Query the knowledge graph for relevant memories. Search by content, filter by type (decision, learning, error, etc.), tags, workflow, or file path. Returns sorted by importance and recency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags (returns entries matching any tag) | |
| type | No | Filter by memory type | |
| limit | No | Maximum results to return (default: 20) | |
| query | No | Search query to find in memory content and tags | |
| file_path | No | Filter by file path (partial match) | |
| workflow_id | No | Filter by specific workflow ID | |
| min_importance | No | Minimum importance score 1-10 (default: 1) |