Read and resume saved maps
mmap_readRead existing map pages, records, and changes to resume work or verify structure. Get IDs, revisions, and filtered results before making edits.
Instructions
Read existing pages before creating a map. Returns structured IDs, revisions and bounded results. pages lists summaries; map reads page metadata/context; nodes/edges/layers/groups/lanes read editable records; neighborhood reads related nodes; changes compares saved source hashes with local files. New conversations and compacted context should resume the existing effort. mmap_view remains the picture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Exact ID; missing returns NOT_FOUND. Edge IDs use from->to; default page ID is _default. | |
| ids | No | ||
| lane | No | filter by lane | |
| page | No | page (parallel map) this call targets; omit for the default page. A new conversation is not a new effort. Read existing pages with mmap_read first; reuse the same page for continued work. Create a new page only for a distinct effort. | |
| depth | No | ||
| group | No | filter by group | |
| layer | No | filter by layer | |
| limit | No | ||
| query | No | ||
| cursor | No | Opaque cursor; reuse the same query. Changes return CONFLICT instead of skipping records. | |
| fields | No | ||
| status | No | ||
| resource | No | ||
| direction | No | ||
| ifRevision | No | Revision from mmap_read; absent requires a new page. A stale revision returns CONFLICT. |