Skip to content

Tool reference · practitioner

library_document

Read a library document

Read one long SHPBL document, paged for a context window: `volume` (the complete text of a volume of The Strategic Master Library), `catalog_outline` (the Collective catalog's parts, component classes, agent-kit steps and verification axes), `report_template` (the branded audit report HTML to fill in), or `standing_order` (the prompt that governs a run). Requires a Practitioner key.

Call it

curl -X POST https://shpbl.com/api/public/v1/tools/library_document \
  -H 'content-type: application/json' \
  -H 'authorization: Bearer shpbl_mcp_…' \
  -d '{}'

Same handler over MCP. The free lane needs no key; a Practitioner key is what keeps a run.

Required arguments

  • document

    Which document to read.

Optional arguments

  • key

    Your SHPBL subscription key (shpbl_mcp_…). Optional if your client sends it as the `Authorization: Bearer …` request header.

  • volume

    Required for `document: volume` — the volume slug or its number, 1 through 7.

  • section

    For `document: catalog_outline` — only parts or sections whose name contains this text.

  • part

    1-based page of the document, up to 60.