Read website page
read_pageRead one https://sunsetmixing.com page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
read_pageRead one https://sunsetmixing.com page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, and the description adds genuinely useful behavioral context: the domain restriction, Markdown/stripped-text output, and the 40,000-character limit. It does not say what happens for off-domain URLs or pages longer than the cap, but the added value is meaningful.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence, front-loaded with the core action, and every clause adds information: domain, output format, and size cap. There is no filler or redundant restatement of the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter, read-only tool with rich annotations and no output schema, this description is essentially complete. The agent knows what resource to target, what the output will look like, and the operational limit, with nothing critical missing for a correct call.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description must carry the meaning of the `url` parameter. It does scope the URL to a sunsetmixing.com page, but it does not explicitly state that the URL must point to that domain nor describe how the truncation limit applies. For a single obvious parameter this is adequate but not thorough.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Read one https://sunsetmixing.com page'. It also specifies output format and a size cap, which clearly separates it from search, list, and checkout siblings without needing to name them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to prefer this tool over alternatives such as search_pages or site_info, and no exclusions or 'use X instead' notes appear. The only implied usage is that the caller already has a concrete URL to read, but this is never made explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.