memory_query
Query a temporal knowledge graph to retrieve relevant context with filters, pagination, and session scoping for targeted results.
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 |
|---|---|---|---|
| query | Yes | Natural language query | |
| temporal_filter | No | ISO-8601 point-in-time filter | |
| limit | No | Max results | |
| session_id | No | Session ID for scoped retrieval | |
| cursor | No | Opaque cursor from a prior paged memory_query call | |
| paged | No | Return contexts with pagination metadata | |
| session_ids | No | Local-only explicit cross-session query scope |