Get page
get_pageFetch a wiki page by numeric ID, getting its markdown body and trust signals (freshness, provenance, corroboration). Choose format: full body, heading outline, or computed spreadsheet values.
Instructions
Full markdown body + metadata for a numeric page id. Includes an epistemic block — trust signals computed from the wiki's own state: freshness (age, stale, review_overdue), provenance (human / agent / sync), and corroboration vs. dispute against same-space pages. Weigh it: prefer fresh, corroborated, human-reviewed pages; treat a stale or disputed page as lower-confidence and check its listed disputes before relying on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | numeric page id | |
| format | No | 'full' (default) returns the markdown body; 'map' returns just the heading outline (section levels + paths) and no body — cheap to read, and each path is a target for patch_page; 'values' — for a SHEET page (sheet=true), returns the computed spreadsheet as self-describing prose (formulas materialized to their numbers, styling stripped) so you read the answers, not the raw =formulas (no effect on non-sheet pages) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes |