Skip to main content
Glama

preview_pdf_pages

Read-only

Rasterize the first pages of a cited policy PDF to provide a quick visual preview for reviewers.

Instructions

App-only: rasterize the first pages of a cited policy PDF for the reviewer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriYes
pagesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A3.6/5.0
Behavior4/5

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

The readOnlyHint annotation already communicates read-only safety, and the description adds meaningful behavior beyond that: it rasterizes only the first pages rather than the whole document, and it is restricted to app-only contexts.

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 a single, tightly written sentence that front-loads the access constraint and the core action. There is no wasted wording or unnecessary repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple and has an output schema, so the description does not need to explain return values. However, it omits when to prefer this over read_document_bytes or list_policy_library, and it leaves the uri parameter underspecified, so it is adequate but not fully complete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description carries the burden of explaining parameters, but it only hints that uri identifies a policy PDF and pages refers to the first pages. It does not specify uri format, page range, bounds, or the meaning of pages beyond an intuitive default.

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 states a specific verb ('rasterize') and resource ('cited policy PDF'), and narrows the operation to 'first pages'. This clearly distinguishes it from siblings like read_document_bytes (raw bytes) and list_policy_library (listing policies).

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 explicit guidance is given for when to use this tool versus alternatives. 'App-only' is an availability constraint, not a routing cue, and no sibling tools are mentioned.

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

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/espirado/mcp-resources-apps-demo'

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