cloak_read_page
Extract clean, readable markdown from web pages by removing navigation, ads, and footers to focus on main content for efficient reading and token savings.
Instructions
Get the page content as clean, readable markdown.
Best for reading articles, docs, search results, or any content-heavy page. Strips navigation, ads, footers — returns just the main content. Much more token-efficient than raw HTML (60-80% savings).
Args: page_id: Target page ID. max_length: Max characters to return (default: 50000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| max_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||