jambavan_memory_read
Read stored memories: fetch by ID, search by query, or recall the most recent. Use read-only MemPalace or all providers, with scope/collection mapping.
Instructions
Read stored memories. Pass id to fetch one document, query to BM25-search, or neither to recall the most recent. Set provider=mempalace for explicit read-only MemPalace access, or provider=all for separate provider sections; ordinary reads never start MemPalace. Jambavan scope/collection map to MemPalace wing/room.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Fetch one memory by OKF concept ID, e.g. "project/why-graphql". | |
| limit | No | Max results (default: 10 for search, 20 for recall). | |
| query | No | BM25 search query. Ignored when id is set. | |
| scope | No | Restrict to this scope. Omit to read across scopes. | |
| provider | No | Defaults to jambavan. | |
| collection | No | Restrict to one logical collection. |