propzapi
Server Details
Render-and-verify API: HTML/CSS to image or PDF, screenshot any URL, confirm the text rendered.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- paperandbeyond23-gif/propzapi-skills
- GitHub Stars
- 0
- Server Listing
- propzapi
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 4.2/5 across 3 of 3 tools scored.
Each tool has a distinctly different purpose: generate_image creates images from templates, list_templates provides template metadata, and screenshot_url captures web pages. There is no overlap or ambiguity between these actions.
All tool names follow a consistent verb_noun pattern: generate_image, list_templates, screenshot_url. The naming is uniform and predictable.
With 3 tools, the server is well-scoped for its purpose of image generation and screenshots. Each tool is essential and there are no redundant or missing core functions.
The tool set covers the full workflow: discover templates, generate an image, and screenshot a URL. There are no obvious gaps; even cost information is provided via _meta.
Available Tools
3 toolsgenerate_imageAInspect
Render an on-brand image from a template and your data, and return the image. Use list_templates first to see template ids and their variables. 1 credit per image; cost returned in _meta.
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | png | |
| verify | No | Strings that must render as visible text. The result reports whether each one landed (found and not clipped) — use it to confirm the exact values you passed made it into the image. | |
| receipt | No | Return a render receipt: image_sha256, the text that actually rendered, per-string checks + misses, viewport, and timing. Lets you trust the render without looking at the pixels. | |
| template | Yes | Template id from list_templates: a built-in (e.g. og-article) or one of your own tpl_... ids. | |
| modifications | No | variable -> value overrides, e.g. {"title":"...","accent":"#b45cff"}. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations, so the description carries the full burden. It discloses a cost side-effect ('1 credit per image; cost returned in _meta') and the prerequisite of listing templates. It clearly identifies the operation as template-based rendering, not generative AI. It doesn't specify output format or error behavior, but this is solid for a non-destructive render tool.
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?
Two concise, front-loaded sentences. The first sentence states the purpose; the second gives prerequisite and cost. No wasted words or redundancy.
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?
For a tool with a rich 5-param schema and no output schema, the description covers the core return behavior (image), prerequisite (list_templates), and cost. It doesn't explicitly state how the image is delivered (bytes/URL) or failure modes, but the schema's verify/receipt parameters hint at these. Overall adequate for an agent to select and invoke correctly.
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?
Schema coverage is high (80%) with descriptions for verify, receipt, and template. The description adds workflow context by stating template ids and variables come from list_templates, which clarifies both the template and modifications parameters. This goes beyond the schema and earns a 4.
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 'Render an on-brand image from a template and your data, and return the image' with a specific verb and resource. It distinguishes itself from siblings list_templates (listing template ids) and screenshot_url (capturing a URL) by emphasizing template-based rendering.
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?
Explicitly instructs to 'Use list_templates first to see template ids and their variables', establishing a clear prerequisite workflow. It also mentions credit cost and _meta return, giving practical usage context. No explicit alternatives/negations, but the guidance is sufficient for when to use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_templatesAInspect
List the image templates you can render, with the variables each accepts. Free.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that listing is free and that the output includes template variables, which is useful. However, it does not explicitly state the read-only nature or lack of side effects, although 'List' implies it. Missing explicit cost/rate-limit details beyond 'Free'.
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?
A single, front-loaded sentence with no wasted words. It states the verb, resource, and key output detail ('variables') in under 15 words.
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?
For a zero-parameter, no-output-schema listing tool, the description fully covers what it does, what output to expect (templates and their variables), and the cost ('Free'). No gaps remain.
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 tool has zero parameters, so the baseline is 4. The description adds no parameter info (none needed) and instead focuses on output details ('variables each accepts'), which 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 'List' and clearly identifies the resource: 'image templates you can render.' It also notes the included detail ('variables each accepts'), distinguishing it from siblings like generate_image (which renders) and screenshot_url (which captures URLs).
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 phrase 'you can render' implies this is the tool to consult before generating images, and the contrast with generate_image/screenshot_url is clear. However, it does not explicitly state when not to use it or name alternatives, so it falls just short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
screenshot_urlAInspect
Screenshot any public web page and return the image. 1 credit; cost in _meta.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL to capture. | |
| width | No | ||
| format | No | png | |
| height | No | ||
| receipt | No | Return a render receipt: image_sha256, extracted page text, viewport and timing, so you can trust the capture without inspecting pixels. | |
| full_page | No | Capture the whole scrollable page (default false = just the viewport). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description discloses the credit cost and the 'public web page' constraint. But it doesn't disclose error behavior, rate limits, or what happens for private/inaccessible pages, leaving significant 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences, front-loaded with the action, no redundancy. Every word earns its place.
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 description covers the core function, cost, and public-page constraint. However, it doesn't mention the customizable parameters (width, height, format, full_page, receipt) or the return format details, though the schema fills some 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?
Schema description coverage is 50%, and the description does not add semantics for width, height, or format beyond the schema's enum/defaults. It only reiterates the 'public web page' aspect already in the url schema description.
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 ('Screenshot') and resource ('any public web page'), clearly distinguishing it from sibling tools like generate_image (creates images) and list_templates (lists templates).
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?
It clearly states the tool captures any public web page, giving clear context for when to use it. However, it doesn't explicitly mention alternatives or when not to use it, such as for pages requiring authentication or for generating new images.
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
- AlicenseAqualityBmaintenanceCapture screenshots, generate PDFs, and render HTML to images via AI agents. Supports batch capture, geo-targeting, async webhooks, and CSS/JS injection.11907MIT
- AlicenseAqualityAmaintenanceScreenshot, visual-diff, and AI page-analysis API for AI agents. Capture any URL as PNG, JPEG, WebP, PDF, or HTML, diff two versions of a page to catch visual regressions, and get an AI summary of what a page contains.231181MIT
- AlicenseNot gradedqualityDmaintenanceProvides tools to capture pixel-perfect website screenshots as images or PDF. Supports configurable viewport, full-page capture, CSS injection, and returns either viewable images or base64-encoded content.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to render website screenshots and PDFs, check page changes, and retrieve usage stats via REST calls.
Your Connectors
Sign in to create a connector for this server.