Skip to main content
Glama

render_url

Render any public URL in a real headless browser and get back a screenshot (PNG image), PDF, or the JavaScript-rendered HTML. Solves the empty-shell problem when plain HTTP fetches hit client-rendered pages. Paid: $0.02 per call in USDC on Base via the x402 protocol — call once without x_payment to receive the payment challenge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http/https URL to render
widthNo
formatNoscreenshot
heightNo
waitMsNo
fullPageNo
x_paymentNoOptional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently discusses the paid nature ($0.02/call), the x402 payment flow, and the first-call challenge, which are essential for correct invocation. However, it does not mention potential error conditions, latency, or whether the output is returned as binary or base64, leaving some behavioral gaps.

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 three sentences, each serving a distinct purpose: functionality, use case, and payment details. It is tightly written with no filler or redundancy, front-loading the most important information about the tool's core function immediately.

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

Completeness3/5

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

The tool has 7 parameters and no output schema or annotations. The description covers the main purpose and payment flow well, but it does not explain the semantics of the optional parameters (waitMs, fullPage, width, height) beyond their names, nor does it specify the exact return format (e.g., binary, base64, URL). Therefore, while the description is adequate for understanding what the tool does, it is not fully complete for a complex-parameter tool without structured schema details.

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 only 29% (2 of 7 parameters have descriptions), so the description must compensate. It does clarify 'format' by listing screenshot/PDF/HTML and indirectly explains 'x_payment', but it fails to describe width, height, waitMs, and fullPage. These parameters are left to self-evident names; the description adds no extra meaning for them, and with low coverage, this is a significant shortfall.

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 renders public URLs in a headless browser and returns a screenshot, PDF, or HTML. It identifies the specific resource (URL) and the action (rendering), and even names the output formats, making it unambiguous and distinct from any 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 Guidelines5/5

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

The description provides a concrete use case: it solves the empty-shell problem when plain HTTP fetches hit client-rendered pages. This explicitly tells the agent when to use this tool instead of relying on basic fetches, and the mention of 'public URL' sets a clear prerequisite. It also implies the alternative (plain HTTP) and the scenario where this tool is superior.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a distinct purpose: listing ranking categories, ranking services, and rendering URLs. There is no overlap between the three tools, and the descriptions clearly differentiate the free vs. paid operations.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: list_rank_categories, rank_x402_services, render_url. No mixed conventions or vague verbs are present.

Tool Count5/5

With only 3 tools, the server is well-scoped and each tool serves a distinct function. The count is within the ideal 3-15 range and does not feel bloated or sparse.

Completeness5/5

For the ranking feature, the flow from listing categories to ranking services is complete. For URL rendering, render_url provides the core functionality with multiple output formats, leaving no obvious gaps in the server's stated purpose.

Resources