Skip to main content
Glama

navigate

Fetch page content by navigating to a URL. Automatically uses headless browser for JavaScript-heavy sites. Returns markdown, text, or HTML with an interactive page map.

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 content with an embedded page_map of headings, links, forms, and interactive elements for subsequent tool calls. Use this as the primary tool for accessing any web page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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
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.
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
strip_imagesNoIf true (default), removes image references from output to save context tokens. Set false only when you need image URLs or alt text.
urlYesFully qualified URL to navigate to (must include protocol, e.g. https://example.com). Relative URLs are not supported.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses automatic escalation from HTTP fetch to headless browser when JavaScript rendering is detected (React, Next.js, etc.), and mentions the embedded page_map. This adds important behavioral context beyond the schema.

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 three sentences, front-loaded with the main verb+resource. It efficiently packs behavior and parameter guidance without redundancy. However, it is slightly dense; a more structured list could improve readability.

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?

Given 5 parameters with full schema coverage and no output schema, the description covers the main return types (content with page_map) and key behavioral traits (automatic upgrade). It could mention error handling or timeouts, but overall it is complete enough for an agent to use effectively.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining why fit_markdown exists (token efficiency), when to override format, the purpose of content_depth levels, and strip_images token savings. It goes beyond enum names.

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 navigates to a URL and returns page content in multiple formats. It distinguishes from sibling tools by labeling itself as the primary tool for accessing any web page, while siblings handle interactions like clicking or form filling.

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 says 'Use this as the primary tool for accessing any web page' and provides guidance on when to choose alternative formats (e.g., 'Use 'markdown' if fit_markdown seems to be missing important content'). It does not explicitly state when not to use it, but context implies it's the first step.

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