Skip to main content
Glama

navigate

Navigate to any URL and retrieve page content as fit_markdown, markdown, text, or HTML. Automatically uses a headless browser for JavaScript-rendered sites.

Instructions

Navigate to a URL and return the page content as fit_markdown (default, prunes boilerplate for token efficiency), structured markdown, plain text, or raw HTML. Automatically escalates from fast HTTP fetch to full headless browser when JavaScript rendering is detected (React, Next.js, Vue, Angular markers, or short bodies). Returns prose content (fit_markdown) plus a YAML accessibility tree structural section for subsequent tool calls. Use this as the primary tool for accessing any web page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesFully qualified URL to navigate to (must include protocol, e.g. https://example.com). Relative URLs are not supported.
formatNoOutput format for page content. 'fit_markdown' (default) prunes boilerplate (navs, footers, ads) before conversion for ~40% token savings; 'markdown' preserves full content with structure; 'text' strips all formatting; 'html' returns raw source. Use 'markdown' if fit_markdown seems to be missing important content.
strip_imagesNoIf true (default), removes image references from output to save context tokens. Set false only when you need image URLs or alt text.
content_depthNoControls how much page content to return. 'main' (default) extracts article/main content only; 'full' returns everything; 'slim' returns first 2000 chars of main content; 'none' skips content entirely (returns page_map only).main
page_map_depthNoControls page_map verbosity. 'slim' (default) omits CSS selectors from elements (use @eN refs instead); 'full' includes raw CSS selectors for all elements; 'none' omits the page_map entirely.slim
Behavior5/5

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

With no annotations, the description fully informs about key behaviors: automatic escalation to headless browser for JavaScript-heavy pages, output format conversions with token savings, and inclusion of a YAML accessibility tree. This level of detail is exemplary.

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

Conciseness4/5

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

The description is well-structured and front-loaded with the main action. While it is relatively long, every sentence provides essential context, so it earns its keep. A slight trim could improve conciseness, but it remains effective.

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's complexity (auto-escalation, multiple output formats, depth controls, page_map), the description covers all aspects comprehensively. It explains defaults, edge cases, and the returned structure (prose + accessibility tree) despite lacking an output schema.

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

Parameters5/5

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

The schema already covers all 5 parameters, but the description enhances understanding by explaining real-world implications (e.g., fit_markdown saves ~40% tokens, auto-escalation based on JS indicators, and practical guidance like using 'markdown' if fit_markdown misses content). This adds significant 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 clearly states the tool's purpose: 'Navigate to a URL and return the page content...' with specific output formats. It also distinguishes itself as the 'primary tool for accessing any web page,' setting clear expectations among sibling tools.

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 explicitly advises to use this as the primary tool for web page access, and implies that other sibling tools (like click, fill) are for interactions after navigation. However, it does not explicitly state when not to use this tool or provide direct comparisons to alternatives.

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/Mingye-Lu/AgenticCrawler'

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