Skip to content

Guide: Read a page

What is this?

Fetch one live URL as compact Markdown for your AI.

When should I use it?

You have a single page (docs, article, issue) and need its content in context.

Minimal example

{ "name": "occam_transcode", "arguments": { "url": "https://example.com" } }

Optional savings:

{
  "name": "occam_transcode",
  "arguments": {
    "url": "https://example.com",
    "fit_markdown": true,
    "focus_query": "what you care about"
  }
}

Tool details: occam_transcode

Expected result

  • ok: true with markdown
  • Often receipt.signed
  • Optional quality.verdict (short_quality / rich) — both usable

What can go wrong?

Signal Action
ok: false Read failure.codefailure codes
requires_login Sessions guide
thin_extract Bad extract — escalate backend or heal playbook (advanced)

Next