Skip to main content
Glama

Site MCP

Read a page on sitemcp.dev

read_page
Read-only

Fetch a page from https://sitemcp.dev/ and return its main content as Markdown. Long pages are paginated with offset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoPath like "/pricing" or a full URL on sitemcp.dev/
offsetNoCharacter offset for long pages

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, covering the read-only nature. The description adds behavioral context by specifying that it returns 'main content as Markdown' (implying filtering of navigation elements) and mentions pagination with offset for long pages, which goes beyond the annotation coverage.

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?

Two sentences, front-loaded with the main action, no wasted words. It efficiently communicates the purpose and the key pagination behavior.

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-only tool with two parameters and no output schema, the description is adequate. It specifies the return format (Markdown), the pagination mechanism, and the base URL. It does not explain error handling or what happens for missing pages, but those are not critical for a read operation with read-only annotation.

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?

Schema description coverage is 100%, so parameters are already documented. The description adds a small clarification that offset is used for pagination of long pages, reinforcing the schema's 'Character offset for long pages'. This adds marginal value beyond the schema.

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

Purpose5/5

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

The description states a specific verb 'Fetch' and a specific resource 'a page from https://sitemcp.dev/' and specifies the output as 'main content as Markdown'. It clearly differentiates from sibling tools like get_page_info (likely metadata) and list_pages (listing) by focusing on content retrieval.

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

Usage Guidelines3/5

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

The description implies its usage: to fetch page content, but it does not explicitly mention when to use this tool over alternatives such as get_page_info or list_links. No exclusions or conditions are provided, leaving the agent to infer from the description alone.

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