Skip to main content
Glama

screenshot_pdf

Render PDF pages as PNG images (base64-encoded) for use in visual processing or display. Set DPI and choose specific pages to control resolution and scope.

Instructions

Render PDF pages as PNG images (base64-encoded).

Returns JSON list of: { "page_num", "width_px", "height_px", "image_base64" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dpiNoScreenshot resolution in DPI. Default 150.
pdf_pathYesAbsolute path to the PDF file.
page_numbersNoComma-separated pages to render, e.g. '1,2'. Omit for all.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explains the return structure (list of objects with page_num, width_px, height_px, image_base64) but does not disclose potential side effects, performance implications, error conditions, or whether the operation is read-only.

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 extremely concise: one sentence for the core action and one for the return format. Every word adds value, with no redundancy or filler, and the most critical information is front-loaded.

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 simple tool with only three parameters and an explicit output schema in the description, the content is largely sufficient for correct invocation. However, it lacks usage context and alternative differentiation, which prevents a perfect score.

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?

The input schema already documents all three parameters (pdf_path, dpi, page_numbers) with 100% coverage. The description adds no additional parameter-level detail beyond what the schema provides, 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.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Render PDF pages as PNG images (base64-encoded)', clearly identifying the verb, resource, and output format. This distinguishes it from sibling tools like parse_pdf, which extract text, and search_pdf, which searches PDFs.

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

Usage Guidelines2/5

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 such as parse_pdf or cited_screenshot. The description only states what the tool does without any prerequisites, exclusions, or use-case context, leaving the agent to infer when image rendering is appropriate.

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/lisabrennan1996/liteparse-mcp'

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