Skip to main content
Glama

pdf_to_pdfa

Convert a PDF to PDF/A-2b with embedded fonts for long-term archiving and legal or tax compliance workflows.

Instructions

Convert a PDF (local path) to archival PDF/A-2b with embedded fonts – required for long-term storage and legal/tax compliance workflows. $0.01.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYes
output_pathNo
idempotency_keyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.4.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It usefully discloses the output variant (PDF/A-2b), font embedding, and the cost ('$0.01'), but says nothing about where output is written by default, whether existing files are overwritten, or how errors are reported for a tool that produces a new artifact.

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?

A single front-loaded sentence that packs purpose, format, target use case, and cost with no filler. Every clause earns its place.

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

Completeness2/5

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

No annotations, no output schema, and only one of three parameters explained. For a file-mutating conversion tool the agent still lacks output location, idempotency semantics, and return-value information, leaving meaningful gaps.

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% for all 3 parameters, and the description only clarifies one of them ('local path' for file). output_path and idempotency_key are left entirely undocumented in both schema and description, so the description fails to compensate for the coverage gap.

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?

States a specific verb and resource ('Convert a PDF ... to archival PDF/A-2b with embedded fonts') with the exact target format and an input-location constraint ('local path'). This clearly separates it from siblings like office_to_pdf, render, or pdf_compress.

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

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives a concrete usage context ('required for long-term storage and legal/tax compliance workflows'), which tells the agent when this tool is the right choice. It does not name alternatives or state when not to use it, so it falls 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.