Skip to main content
Glama

tor_read_page

Read-only

Read the current page's content as markdown, with an optional character limit. Access text from HTTP(S) and .onion sites in a Tor-routed browser session.

Instructions

Read a bounded amount of the current page as untrusted markdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_charsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint false, so the safety profile is known. The description adds valuable context beyond annotations by mentioning 'bounded amount' and 'untrusted markdown', which informs the agent about the limited read scope and the need to treat content as potentially unreliable.

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 concise sentence with no redundant words. It is front-loaded with the verb 'Read' and conveys all necessary information efficiently.

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?

For a simple read tool with one optional parameter, readOnly annotations, and an output schema, the description is sufficiently complete. It covers the action, resource, bounded nature, and output format, while annotations handle safety and schema handles return structure.

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 one param, max_chars, with no description (0% coverage). The description's phrase 'bounded amount' relates to the concept of max_chars but does not explicitly name or explain the parameter. Since the parameter name is self-explanatory and optional, this is adequate but does not fully compensate for the lack of schema description.

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 uses a specific verb 'Read' with a clear resource 'the current page' and specifies the output format as 'untrusted markdown'. This clearly distinguishes it from sibling tools like tor_get_page_info or tor_screenshot, which serve different functions.

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 the tool is for reading current page content as markdown, but it does not explicitly state when to use it versus alternatives or mention any when-not scenarios. Usage is inferred rather than explicitly guided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Medamine-cheddadi/opentor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server