Get Page Context
get_page_contextFetch a page along with its tags, links, backlinks, timeline, and content chunks for comprehensive context.
Instructions
get_page_context
Read a page plus nearby memory context.
When to use: after finding a slug and needing page, tags, links, backlinks, timeline, or chunks in one call.
When NOT to use: broad recall without a slug; use query or search first.
Returns: page, tags, limited related context, and provenance.
On error: if the slug is missing, search for the correct slug first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Page slug to read, for example `projects/memkin`. | |
| limit | No | Maximum related items per section, default 20, max 100. | |
| include | No | Optional context sections to include. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Memkin page. | |
| tags | Yes | Tags on the page. | |
| links | Yes | Outgoing links. | |
| chunks | No | Optional page chunks. | |
| timeline | Yes | Page timeline entries. | |
| backlinks | Yes | Incoming links. | |
| provenance | No | Compact source provenance. |