Recall Memories
montycat_recallRetrieve stored memories by exact key or custom key, or filter records by field equality. Use this for precise, structured lookups instead of semantic search.
Instructions
Recall memory by exact key or by field filter (not by meaning).
Provide key/custom_key to fetch a single record, or filters (a map of
field -> value) to look up all records matching those fields. For meaning-based
recall use montycat_semantic_search instead.
Args: keyspace: Memory namespace (defaults to the configured one). key: Montycat-generated key to fetch. custom_key: Custom key to fetch. filters: Field equality filters, e.g. {"user": "alice", "topic": "billing"}. limit: Max results for a filter lookup (default 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| limit | No | ||
| scope | No | ||
| filters | No | ||
| keyspace | No | ||
| custom_key | No |