Read a page
get_pageRead one page in full: its extracted text, current version number, update date and declared metadata. Takes either the single path a listing returns or the tagPath/slug pair it splits into — not a URL and not a title. A wrong pair is answered with the tools that find a right one rather than an empty result. For the whole article set at once use get_full_corpus, and for a page as markdown fetch its URL with .md appended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The whole path in one string, e.g. "contents/tech/core-concepts/utxo-model" — the form every listing returns as `url`. Use this or the tagPath/slug pair. | |
| slug | No | Page slug (e.g. "utxo-model") | |
| tagPath | No | Tag path (e.g. "contents/tech/core-concepts") |