Skip to main content
Glama
RenderForm

renderform-mcp

Official
by RenderForm

create_pdf

Convert any web page to a PDF by providing its URL. Optionally set page format, wait time, and auto-delete expiry.

Instructions

This tool converts a web page into a PDF using RenderForm.

  • Provide 'url' (required).

  • Optionally provide 'format' (A5, A4, A3, LETTER or LEGAL - defaults to A4), 'waitTime' (ms, 0-5000) before capturing, and 'expires' (seconds, 1-604800) to auto-delete the generated PDF.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the page to capture as a PDF.
formatNoOutput page format of the PDF. Defaults to A4.
expiresNoAutomatically delete the generated PDF after this many seconds (1-604800).
waitTimeNoWait time in milliseconds before capturing the PDF (0-5000).
Behavior4/5

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

Annotations indicate readOnlyHint=false and openWorldHint=true, and the description adds behavioral context such as auto-delete via expires, default format, and wait time behavior. It provides useful details beyond the annotations.

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 followed by a clear bullet list of parameters. It is concise, front-loaded, and every sentence adds value without waste.

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?

Given the tool has 4 parameters with full schema descriptions and no output schema, the description covers the essential usage. It could mention error handling or output format explicitly, but the tool name implies PDF output.

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?

All parameters have schema descriptions (100% coverage), and the description adds value by summarizing defaults (A4), units (ms, seconds), and ranges. It does not repeat but synthesizes the schema info effectively.

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 it converts a web page to PDF using RenderForm, with a specific verb and resource. It distinguishes itself from sibling tools like create_screenshot by focusing on PDF 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?

The description lists required and optional parameters with defaults and ranges, but it does not explicitly state when to use this tool versus alternatives or when not to use it. Usage context is implied but not contrasted.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RenderForm/renderform-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server