Skip to main content
Glama

browse_page

Navigate to a URL and retrieve the page content, giving you direct access to web data for analysis or reference.

Instructions

Navigate to URL and return page content

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
sessionNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It reveals only that the tool navigates and returns page content, but does not disclose side effects, session reuse, rendering behavior, error handling, or what form 'page content' takes. This is too thin for a browser tool.

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, front-loaded sentence with no filler or repetition. Every word contributes to stating the action and output.

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

Completeness2/5

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

Given the lack of annotations and output schema, and the likely importance of the optional session parameter, the description is incomplete. It does not explain how sessions work, what kind of content is returned, or what constraints apply to the URL, making reliable invocation harder.

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

Parameters2/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. It implicitly explains the 'url' parameter through 'Navigate to URL', but the optional 'session' parameter is completely unexplained, and no additional meaning is added beyond the raw schema for either parameter.

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 ('Navigate'), a clear resource ('URL'), and the expected output ('return page content'). This distinguishes browse_page from siblings like take_screenshot and save_browser_session, which perform different browser-related actions.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use browse_page versus alternatives such as take_screenshot for visual captures or save_browser_session for session persistence. No context, prerequisites, or exclusions are provided, leaving tool selection to inference.

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

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/PromptishOperations/ziggy-mcp'

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