memory_query
Retrieve context from a temporal knowledge graph with temporal filters, pagination, and session scoping.
Instructions
Query the temporal knowledge graph for relevant context. Power use behind the memory_checkout front door: reach for it when you need targeted hits, temporal filters, or pagination rather than a prompt-ready packet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| paged | No | Return contexts with pagination metadata | |
| query | Yes | Natural language query | |
| cursor | No | Opaque cursor from a prior paged memory_query call | |
| session_id | No | Session ID for scoped retrieval | |
| session_ids | No | Local-only explicit cross-session query scope | |
| temporal_filter | No | ISO-8601 point-in-time filter |