Skip to main content
Glama

Professor Sausages — Web & Documents

Screenshot a page

screenshot_url

Render a URL in a headless browser and return a PNG screenshot at the size you ask for. Paid: call without x_payment to receive this call's exact terms (amount, asset, network), sign them, then call again with x_payment. The free pricing tool lists every price at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute URL to capture.
widthNoViewport width in px.
heightNoViewport height in px.
full_pageNoCapture the whole scrollable page, not just the viewport.
x_paymentNoOptional signed x402 payment payload (base64, what the X-PAYMENT header carries). Omit to receive the exact payment terms; sign them (e.g. @x402/fetch) and call again with this argument to settle and get the data.

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and discloses the payment requirement and negotiation flow, which is a significant behavioral trait. It also states the output type is PNG. Minor gaps remain, such as how invalid URLs are handled and whether the PNG is returned as binary or base64, but the core side effects are transparent.

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: the first states the core action concisely, the second explains the payment flow with no redundancy. It is front-loaded with the primary purpose and every sentence earns its place.

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?

The tool has 5 parameters and no output schema. The description covers the core outcome (a PNG screenshot), the payment process, and the alternative pricing tool. It does not specify the exact response format (e.g., binary vs base64), but for a screenshot tool, 'return a PNG screenshot' is mostly sufficient. Overall, it is complete for most user intents.

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 description coverage is 100%, so baseline is 3. The description adds value by explaining the x_payment parameter's semantics (omit to receive terms, then sign and include it), and it clearly correlates width/height with 'the size you ask for.' It also points to the pricing tool for cost overview, enhancing the payment parameter's context.

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 a URL in a headless browser and returns a PNG screenshot at a requested size. It uses a specific verb and resource, and the mention of 'Paid' and the pricing tool distinguishes it from siblings like pricing and read_url.

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 outlines the two-step paid usage flow: call without x_payment to get terms, then call again with the signed x_payment. It also provides an alternative by directing users to the free pricing tool for a full price list. However, it does not explicitly state when not to use the tool versus other content-gathering siblings, though it is implied.

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 serves a distinct purpose: data search, holidays, icons, OCR, news, PDF extraction, pricing, URL reading, data requests, screenshots, timezone, and weather. No two tools have overlapping scopes, and even similar tools like read_url and screenshot_url are clearly differentiated by their output format.

Naming Consistency3/5

Names are readable and descriptive but follow no single pattern: some are verb_noun (find_data, read_url, request_data), others are noun_verb (icon_search, screenshot_url, pdf_extract), and several are bare nouns (holidays, news, pricing, timezone, weather). This mixing is not chaotic, but it lacks a consistent convention.

Tool Count5/5

Twelve tools is a well-scoped size for a server that fronts a collection of data endpoints and document utilities. Each tool earns its place, covering distinct utilities without redundancy or bloat.

Completeness4/5

The server covers its stated web-and-documents domain well: URL fetching, PDF extraction, OCR, screenshots, plus a variety of data queries and a pricing/request mechanism. Minor gaps exist (e.g., no document creation or editing tools), but for a read/compute-oriented server the surface is comprehensive.

Resources