dakera_batch_recall
Filter and retrieve memories by tags, importance, time range, type, or session. Use when semantic search is unnecessary but precise filtering is required.
Instructions
Filter-based memory listing by tags, importance range, time window, type, or session. Prefer over dakera_recall when semantic search is not needed. At least one filter required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to match (all required) | |
| agent_id | Yes | ||
| session_id | No | ||
| memory_type | No | ||
| created_after | No | After Unix timestamp | |
| created_before | No | Before Unix timestamp | |
| max_importance | No | Max importance (inclusive) | |
| min_importance | No | Min importance (inclusive) |