Skip to main content
Glama

Black Water Window Cleaning Website MCP

Read website page

read_page
Read-onlyIdempotent

Read one https://blackwaterwindowcleaning.com page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that it returns content in Markdown or stripped text up to a 40,000-character limit, which is useful. However, it doesn't disclose what happens if the page exceeds the limit (truncation?), whether it follows redirects, or how it handles dynamic content (Cloudflare Markdown might imply some rendering). With openWorldHint=true, the domain restriction is clear, but the character limit is only partially explained.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One sentence, front-loaded with the action and resource, then adds the format and limit. No wasted words. The sentence is concise and all information is relevant.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read tool with one parameter and no output schema, the description covers the action, the resource scope, output formats, and a size limit. It doesn't explain pagination or behavior on errors, but with annotations covering safety and idempotency, this is nearly complete. The only minor gap is the exact behavior when the page exceeds the character limit, which might be important for an agent deciding whether to use this over search.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. The description clearly states that the 'url' parameter should be a page on the blackwaterwindowcleaning.com domain. It doesn't add format details (e.g., must be https), but the 'format: uri' in the schema covers that. The description does not explain the output options (Markdown vs stripped text), but that's not parameter semantics; the parameter is just the URL. For a single-parameter tool, a 4 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Read'), a resource (the blackwaterwindowcleaning.com website page), and the output formats (Markdown or stripped text). The domain restriction is clear. It does not explicitly distinguish from siblings like search_pages, but 'read one page' is distinct from searching, so it's reasonably clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for reading individual pages on that domainhare, which helps when to use it. It doesn't name alternatives or explicit exclusions (e.g., when to use search_pages), but the context (a single URL input) makes usage fairly clear. Slight gap in not mentioning page size or dynamic content limitations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources