Skip to main content
Glama

crawl

Render web pages with headless Chromium to retrieve full HTML after client-side rendering, enabling SEO audits of SPAs.

Instructions

Render a page with headless Chromium and return the full rendered HTML. Use this when the page is a SPA or uses client-side rendering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries the transparency burden. It discloses the key behavior (headless Chromium rendering, returning full rendered HTML), which goes beyond the tool name. It doesn't mention potential limitations like timeouts or failures, but for a simple single-parameter tool this is adequate.

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 two sentences, front-loaded with the core function, and each sentence earns its place. There is no fluff or repetition of schema information.

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 tool with one parameter and an output schema, the description covers the essential 'what' and 'when' without needing to explain return values (handled by output schema). It's complete enough for an agent to select and invoke correctly, though it could mention edge cases.

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?

With schema description coverage at 0% and one parameter (url), the description fails to add any meaning about the parameter. It doesn't explain the URL format, required protocols, or behavior for invalid URLs, leaving the agent to infer from the tool's name and function.

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 explicitly states the tool renders a page with headless Chromium and returns full rendered HTML, using a specific verb and resource. It also distinguishes from siblings by noting the SPA/client-side rendering use case, which differentiates it from fetch_page and crawl_site.

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?

It provides a clear 'when to use' condition ('when the page is a SPA or uses client-side rendering'), implying the alternative (non-SPA) case. However, it does not explicitly name alternative tools or give when-not-to-use guidance, so it stops short of full explicitness.

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

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/g-battaglia/mcp-seo'

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