faf_recall
Retrieve prioritized memories from .fafm project files, ranked by priority and recency. Filter by text, tags, type, or priority level.
Instructions
Recall memories from the project soul (.fafm), ranked by priority then recency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Case-insensitive substring match on memory text (optional) | |
| tags | No | Filter by tag intersection | |
| type | No | Filter by memory type | |
| minPriority | No | Priority floor (default ephemeral) | |
| limit | No | Max memories to return | |
| path | No | Project path. Sets session context for subsequent calls. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memories | Yes | ||
| total | Yes | Number returned | |
| soulTotal | No | Total memories in the soul | |
| soul | No |