Doco Read
doco_readRead specific sections of a live document within a token budget by anchoring to a block ID or resuming with a pagination cursor.
Instructions
按 token 预算局部读取文档。可用 around 锚定任意嵌套 block_id,或用 next_cursor 续读;游标绑定正文版本,read_cursor_stale 时必须重新规划。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Output view: markdown, tiptap-json, plain-text, or outline. | |
| around | No | Stable block ID to center the local reading window around. | |
| cursor | No | Opaque pagination cursor returned by the previous response. | |
| locale | No | BCP-47 locale; use all where supported. | |
| max_tokens | No | Approximate maximum token budget for the response. | |
| document_id | Yes | Target document ID. | |
| context_after | No | Number of surrounding blocks to include after the anchor. | |
| context_before | No | Number of surrounding blocks to include before the anchor. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||