interpret
Parse a document into markdown, then direct Claude to answer questions, summarize, extract action items, or analyze specific sections for the given instruction.
Instructions
Parse the document, then ask Claude over the parsed markdown.
Use this for "summarize this PDF", "extract every action item", "what does this contract say about termination" style requests. The router parses first (cheap, deterministic), then Claude reads the markdown and answers. Cache hits across calls in the same session reuse the parsed text for free input tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | which Claude model. Sonnet 4.6 is default; bump to Opus for hard reasoning, drop to Haiku for speed/cost. | claude-sonnet-4-6 |
| source | Yes | filesystem path or http(s) URL. | |
| backend | No | force a specific parser backend (default: router pick). | |
| max_tokens | No | response cap. | |
| instruction | Yes | what you want Claude to do with the document. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||