Plan with XMemo
recall_planPlan which memory searches to execute before retrieval for complex tasks. This optimizes memory access by structuring searches ahead of time.
Instructions
Plan which memory searches to run before retrieval. Use only for complex tasks; for ordinary answers call recall_context or recall directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language question or search text. | |
| scope | No | Optional scope that narrows memory access; leave blank for the token default. | |
| bucket | No | Memory bucket or namespace to read from or write to; use % only for tools that support wildcard reads. | % |
| team_id | No | Optional team/workspace identifier for team-scoped memory access. | |
| memory_type | No | Memory type/category filter or value, such as episodic, identity, procedural, semantic, working, auto, or %. | % |
| output_json | No | Return a machine-readable JSON response instead of a human-readable summary. | |
| path_filter | No | Memory path filter; % matches all paths. | % |
| prefer_working | No | Whether to prioritize working/session-state memories in retrieval. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |