Skip to content

Reference overview

Task-oriented map of Occam’s MCP tools and supporting reference pages. Friendly names below are for navigation; the canonical identifier is always the occam_* tool name on each page and in runtime tools/list.

For a learning path (not schemas), use Guides, the workflow gallery, or Examples. For capability domains (not tools), see Capabilities. For a one-page advantages + knobs flashcard, see Why Occam.

Which tool should I use?

You want to… Open Canonical id
Size later reads to your model window Client capabilities occam_client_capabilities
Decide if a URL is worth fetching Probe occam_probe
Read one page as Markdown Transcode occam_transcode
Research several URLs at once Digest occam_digest
Extract typed fields Extract knowledge occam_extract_knowledge
Search the open web Search occam_search
Discover links on a site Map occam_map
Look up / draft / save a site recipe Playbooks group occam_playbook_*
Prove a receipt or cite a block Verify occam_verify
Check whether a page backs a claim Claim check occam_claim_check

Full picker table: Tool index. Compact table: Compact tool reference.

Groups in this Reference section

Client and diagnostics

Inspect before you spend a full extract.

Read and transform

Stable page readers and transformers.

Search and discovery

Find URLs when you do not already have them.

Playbooks

Site recipes for harder extracts (stable tools; authoring is advanced).

Validation and receipts

Integrity and citation workflows. A verified receipt proves integrity relative to a key you supply — not factual truth or authorship.

Experimental tools

Absent from default tools/list until an env flag is set. See also Experimental capabilities.

Protocol and configuration

How the host is wired and spoken to.

Contracts and errors

Schemas-adjacent tables and typed failure registry.

Source-of-truth order

Priority Source Use it for
1 Runtime tools/list Tool availability and input JSON Schema
2 MCP API contract Response shapes and cross-tool semantics
3 Per-tool pages Usage, examples, failure handling
4 Guides / examples / handbook Learning and workflows

If two pages disagree, prefer the higher-priority source and report drift.

Supporting reference

Page Purpose
Concepts Backends, sessions, playbooks, receipts
FAQ Short answers
Trust and security Honesty, receipts, install safety
Signed datasets Auditable multi-URL export

LLM reading order

  1. llms.txt once
  2. Task routing
  3. One page under tools/
  4. Failure codes only after ok: false
  5. Handbook for deep comprehension
  6. MCP API for contract-level detail