Skip to main content
Glama

Wild Orange Charters Website MCP

Read website page

read_page
Read-onlyIdempotent

Read one https://wildorangecharters.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

A4.1/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true, openWorldHint=true, and idempotentHint=true, which cover the safe, read-only nature. The description adds value by specifying the domain scope (restricted to wildorangecharters.com), the format (Markdown or stripped text), and a 40,000-character limit, which are useful behavioral details not in annotations. It does not mention potential errors or encoding issues, but given the strong annotation coverage, this is adequate.

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?

The description is a single sentence that is concise and front-loaded. It states the action, the resource, the output format options, and a key constraint (40,000 characters) without any filler. Every element serves a purpose, and it is highly effective for an agent to quickly understand the tool's function.

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

Completeness5/5

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

Given the tool has only one parameter, no output schema, and strong annotations (readOnly, idempotent), the description covers the essential context: the domain scope, output format, and character limit. There is no additional complexity that requires more explanation. The sibling tools are different (search vs. site info), so the description sufficiently defines this tool's role. Complete for its simplicity.

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

Parameters3/5

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

The schema has only one parameter, 'url', with a format of 'uri'. The description does not add much beyond that, except implicitly that the URL must be from the specified domain (since it says 'one https://wildorangecharters.com page'). Given schema description coverage is 0%, the description partially compensates by indicating the domain restriction and the fact that the URL is a page on that site. However, it does not explain that the URL must be reachable or what happens if it's invalid, but the schema format already specifies URI. Since the schema is minimal and the description adds the domain constraint, this is a moderate score.

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?

The description clearly states the tool reads a 'https://wildorangecharters.com' page and returns it as Markdown or text, with a length limit. It specifies the resource (website page) and the action (read), which is clear. However, it does not explicitly differentiate from sibling tools like search_pages or site_info, though the scope (specific domain) and format (Markdown) provide some implicit distinction.

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 specific pages from a particular domain, and mentions output format options (Markdown or text) and a length limit. It does not explicitly state when to use this vs. alternatives, but the context signals and sibling names (search_pages, site_info) suggest this is for direct page content retrieval. Since the description is specific about the domain and format, it provides enough context for an agent to infer usage, though explicit exclusion of alternatives would be stronger.

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