Skip to main content
Glama

Server Details

MCP tools for AI agents: render URLs to image/PDF, check link health, convert HTML/CSV/JSON.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct purpose: check_link checks URL health, convert transforms content formats, render creates screenshots/PDFs. No overlap in functionality.

Naming Consistency4/5

Two tools use verb_noun pattern (check_link, render) while one is a single verb (convert). Mostly consistent but minor deviation.

Tool Count3/5

With only 3 tools, the server is small but usable. It covers basic web utilities, though additional tools like extract_text could enhance scope.

Completeness4/5

The tool set covers link checking, format conversion, and web rendering. No obvious dead ends for these operations, though some related tasks (e.g., validate HTML) are absent.

Available Tools

3 tools
convertConvert content between formatsAInspect

Convert content between formats. Modes: html-to-pdf, html-to-png (real browser), csv-to-json, json-to-csv. PDF/PNG return as attachment/image; data modes return text.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeYesConversion to perform.
contentYesThe input content: HTML, CSV, or JSON depending on mode.
headersNoFor csv-to-json: treat the first row as column headers.
delimiterNoField delimiter for CSV modes.,
pdfFormatNoPaper size for html-to-pdf.A4
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses that PDF/PNG returns as attachment/image and data modes return text, which is helpful. However, it does not mention idempotency, side effects, or authorization requirements, leaving 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?

Two sentences with no wasted words. First sentence states purpose, second lists modes and output characteristics. Information is front-loaded and efficiently structured.

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 conversion tool with no output schema, description covers return types for all modes. Parameters are fully described in schema. Missing error handling or prerequisites, but overall provides sufficient context for agent to use correctly.

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 schema already documents parameters. Description adds value by explaining return types per mode category (attachment/image vs text) and summarizing mode behaviors, which aids agent understanding beyond schema definitions.

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?

Description clearly states 'Convert content between formats' and enumerates specific modes (html-to-pdf, html-to-png, csv-to-json, json-to-csv), making the resource and action explicit. It distinguishes from siblings check_link and render by focusing on format conversion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

No guidance on when to use this tool versus alternatives or when not to use it. Does not mention prerequisites or context for each mode. The list of modes implies usage but lacks explicit when/when-not conditions.

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

renderRender URL to screenshot or PDFAInspect

Render a web page to a PNG/JPEG screenshot or a PDF using a real headless browser. Returns the image inline (base64) or the PDF as an embedded resource. Results are cached for 24h.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe absolute URL to render (must include https:// or http://).
freshNoBypass the 24h cache and force a fresh render.
widthNoViewport width in pixels.
formatNoOutput format. png/jpeg return an image; pdf returns a PDF document.png
heightNoViewport height in pixels.
fullPageNoFor screenshots: capture the entire scrollable page instead of just the viewport.
pdfFormatNoPaper size, used only when format is pdf.A4
waitUntilNoNavigation completion signal before capturing.networkidle2
Behavior4/5

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

Discloses key behaviors: uses real headless browser, returns inline base64 or embedded resource, and 24-hour caching. Does not mention error handling, rate limits, or authorization needs, but covers major operational aspects.

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?

Two sentences, front-loaded with action and output. Every sentence adds value. No redundant 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?

With 8 parameters and no output schema, description provides return format (base64/embedded) and caching. Could mention error conditions or typical response size, but sufficient for most use cases.

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

Parameters3/5

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

Schema coverage is 100%, so each parameter already has a description. The tool description adds only general context (caching, output format) without enhancing specific parameter meaning. Meets baseline.

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?

Description clearly states rendering a web page to screenshot or PDF, using a headless browser. It distinguishes from siblings 'check_link' and 'convert' by focusing on visual capture rather than link checking or format conversion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives (e.g., 'check_link' for link validation, 'convert' for format transformation). The description implies usage for capturing web page visuals, but lacks exclusion criteria.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources