Skillforge Render API
Server Details
Screenshot, PDF, and OG-image rendering over MCP. Bearer key or per-call x402 USDC.
- 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.
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.
Tool Definition Quality
Average 3.3/5 across 3 of 3 tools scored.
Each tool targets a distinct output format: Open Graph image, PDF, and screenshot. There is no overlap in purpose, and descriptions clearly differentiate them.
Two tools follow the render_<format> pattern, but screenshot_url deviates with an action_target structure. The names are still readable and predictable, though slightly inconsistent.
Three tools cover the core rendering needs of the API without redundancy or bloat. This is a well-scoped set that matches the server's stated purpose.
The tool surface covers the common rendering outputs (image, PDF, screenshot) for both URLs and HTML snippets. No obvious dead ends or missing operations for the domain.
Available Tools
3 toolsrender_ogBInspect
Render an Open Graph image from an HTML snippet
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML to render (required, max 100KB) | |
| width | No | Viewport width, 320-1920 (default 1200) | |
| height | No | Viewport height, 240-1080 (default 630) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are absent, placing the full burden on the description. However, it only states the action and does not disclose output format, potential side effects, performance characteristics, or requirements like network access for external resources.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is exactly one sentence with no waste, immediately conveying the core action and resource. It is front-loaded and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 100% schema coverage and no output schema, the description provides the essential purpose but omits what the returned image format is, how the output is returned, or any rendering caveats. It is adequate but not fully complete for a tool with no annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage with detailed descriptions (HTML max 100KB, width 320-1920, height 240-1080, defaults). The description adds no additional parameter meaning, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Render' and clearly identifies the resource as 'an Open Graph image from an HTML snippet'. This distinguishes it from sibling tools render_pdf and screenshot_url, which target different output formats.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool versus the alternatives. The single-sentence description lacks context, exclusions, or references to sibling tools, leaving the agent to infer usage scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
render_pdfBInspect
Render a URL or an HTML snippet to a PDF
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public http(s) URL to render (exactly one of url/html) | |
| html | No | Raw HTML to render (exactly one of url/html, max 1MB) | |
| width | No | Viewport width, 320-1920 (default 1280) | |
| height | No | Viewport height, 240-1080 (default 800) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states the core function and does not reveal any side effects, limitations (e.g., one-of constraint), rate limits, or expected output format beyond 'PDF'. This is insufficient for a tool that could involve significant processing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that is front-loaded with the essential information. It contains no filler or redundant content, earning full marks for efficiency.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is relatively simple with a well-documented schema, but the description lacks any contextual detail about when to use it, how it differs from siblings, or behavioral expectations. The mutual exclusivity of url/html is only stated in the schema, not in the description. For a no-annotation tool, this is adequate but leaves clear gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides 100% coverage of all four parameters with descriptive text. The description adds no additional meaning beyond what the schema already documents, such as the viewport constraints or the exactly-one-of url/html requirement. This meets the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Render a URL or an HTML snippet to a PDF.' It uses a specific verb ('render') and specifies both input types and the output format, distinguishing it from sibling tools like 'screenshot_url' and 'render_og' by its PDF output.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description does not mention exclusions, prerequisites, or scenarios where other tools might be more appropriate. It simply states what it does without contextual usage advice.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
screenshot_urlBInspect
Render a screenshot of a URL or an HTML snippet
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public http(s) URL to screenshot (exactly one of url/html) | |
| html | No | Raw HTML to render (exactly one of url/html, max 1MB) | |
| width | No | Viewport width, 320-1920 (default 1280) | |
| format | No | Image format (default png) | |
| height | No | Viewport height, 240-1080 (default 800) | |
| fullPage | No | Capture the full scrollable page (costs 2 units) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only states the core action and omits critical details such as return format, cost implications (e.g., fullPage costing 2 units), or the mutual exclusivity of url/html.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, direct sentence with no redundant information. It is highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given six parameters, no annotations, and no output schema, the description is too sparse to offer sufficient context for correct tool selection and invocation. It lacks usage scenario details and behavioral clarifications, especially with sibling tools present.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides detailed descriptions for all six parameters (100% coverage), so the description's mention of 'URL or HTML snippet' adds no new semantic meaning beyond what the schema already conveys.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Render a screenshot of a URL or an HTML snippet' uses a specific verb and resource, clearly indicating the tool's function. It inherently distinguishes itself from sibling tools like render_pdf and render_og, which target different output types.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus the sibling tools render_og or render_pdf. It does not mention alternatives, exclusions, or context-specific scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityBmaintenanceCaptures full-page screenshots and PDFs from any URL using Chromium rendering, with pay-per-call via x402 micropayments.MIT

fetcher.cloudofficial
Alicense-qualityBmaintenanceMCP server that gives AI agents web capabilities such as rendering pages, extracting content, resolving links, and inspecting domains, with per-call USDC payments via x402.MIT- Alicense-qualityBmaintenanceEnables AI agents to capture any public URL as PNG, JPEG, or PDF via REST API or MCP tools, including screenshot capture, page description, and PDF rendering.20MIT
- AlicenseAqualityCmaintenanceMCP server for ScreenshotFreeAPI – capture website screenshots, render HTML/PDF, and fetch app store listing screenshots from any MCP-compatible AI client.711MIT