pdfops-mcp
OfficialServer Quality Checklist
Latest release: v0.2.2
- Disambiguation5/5
Each tool has a clearly distinct purpose: quota check, form-field inspection, form filling, merging, and invoice generation. pdf_inspect and pdf_fill are complementary rather than overlapping, and the descriptions explicitly guide the correct workflow.
Naming Consistency4/5Most tools follow a consistent pdf_<verb> pattern (pdf_inspect, pdf_fill, pdf_merge, pdf_invoice), but pdfops_usage breaks the pattern with a different prefix and noun-style name. The naming is still predictable and readable.
Tool Count5/5Five tools is a tight, well-scoped set for a PDF form-filling and generation server. Each tool earns its place, and the count is comfortably within the ideal range.
Completeness3/5The form-inspect/fill workflow is well covered, and merge/invoice add practical capabilities. However, for a general 'pdfops' server, common PDF operations like text extraction, splitting, rotation, or conversion are notably absent.
Average 4.3/5 across 5 of 5 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 8 commits in the last 12 weeks
- Last stable release on
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI is passing
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
This repository includes a glama.json configuration file.
This server has been verified by its author.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that merging preserves the given order and that the result is saved, but it does not mention whether the output file is overwritten, whether input files are affected, or how errors are handled. These are notable gaps for a file-writing tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the action and includes the key ordering constraint. There is no wasted text or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter merge tool, the description covers the core behavior and the schema documents the parameters. However, with no annotations and no output schema, a few behavioral details such as overwrite behavior and error handling are missing, though they are relatively minor for this operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already fully documents both parameters. The description adds no new parameter-specific detail beyond restating what the schema says ('in order' and 'save the result'), so the baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Merge') with a clear resource ('PDFs') and explains the outcome ('save the result'). It also specifies the order-sensitive nature, which helps distinguish it from sibling tools like pdf_inspect or pdf_fill that operate on PDFs differently.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when combining multiple PDFs, but it provides no explicit when-to-use guidance or comparison with alternatives. Since sibling tools cover different PDF operations, a note on when to choose merge over others would have been helpful.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It meaningfully reveals that output is deterministic and byte-identical (safe to re-run) and that unpaid usage adds a footer line. These are valuable, non-obvious behaviors beyond simply 'generate a PDF'.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is tight, front-loaded with the core purpose, and every sentence adds value: the no-template qualifier, the deterministic guarantee, and the key-dependent footer caveat. No filler or redundant restatement of the schema.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that the schema fully documents the two parameters and the description covers determinism and licensing side effects, this is quite complete for selecting and invoking the tool. It could add a note about overwrite behavior or return value, but the core invocation context is well covered.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the invoice and output_path parameters are already documented structurally. The description adds no additional parameter-level meaning beyond the schema, matching the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Generate'), a clear resource ('invoice PDF'), and a defining characteristic ('from structured data — no template needed'). This cleanly distinguishes pdf_invoice from siblings like pdf_fill and pdf_merge, which serve different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool: when an invoice PDF needs to be generated from structured data. However, it does not explicitly mention alternatives or when-not-to-use conditions, leaving the routing decision mostly to inference rather than direct guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden and delivers: it discloses validation behavior (field names must exist), value semantics per field type (checkbox 'true'/'false', option-list membership for dropdown/radio, maxLength for text), and a specific failure mode with remediation advice (encrypted PDFs rejected). It does not explicitly state that the source PDF is left unmodified, a minor omission given output_path implies a separate write.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences with no filler: purpose front-loaded in sentence one, input constraints in sentence two, failure mode in sentence three. Each clause carries operational weight and nothing is repeated from the schema.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is moderately complex — nested fields object, conditional value semantics, a failure mode — and has neither annotations nor an output schema, yet the description covers purpose, prerequisites, parameter semantics, and error behavior. The only gap is the return value, which is not described anywhere since no output schema exists.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3, and the description adds genuine value on top: it specifies the value formats for the fields object ('true'/'false' for checkboxes, option-list membership for dropdown/radio, maxLength for text), which the schema only vaguely describes as 'Field name → string value'. This materially improves an agent's ability to construct valid input.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource — 'Fill AcroForm form fields in a PDF and save the result' — which unambiguously distinguishes it from siblings pdf_merge, pdf_inspect, pdf_invoice, and pdfops_usage. The write-to-output behavior is also stated upfront, leaving no ambiguity about what the tool accomplishes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly names the prerequisite workflow — 'use pdf_inspect first' — and warns when the tool will refuse input (encrypted PDFs, with decrypt advice). It does not enumerate when-not-to-use scenarios relative to the other siblings (e.g., merge or invoice), so it stops just short of full exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It conveys a read-only check ('Check the current... quota') and discloses the authentication requirement ('Requires PDFOPS_API_KEY'). It also previews the response fields, giving the agent useful expectations without relying on an output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no filler. It front-loads the core action and resource, adds the returned fields, and ends with the essential prerequisite. Every part earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a simple no-parameter tool with no annotations or output schema. The description fully covers what the tool does, what it returns, and the required environment variable. Nothing essential is missing for an agent to select and invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so the schema provides no meaningful semantics to augment. The description correctly focuses on the configured key and the quota values returned, which is the relevant context for a parameterless tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb and resource: 'Check the current PDFops API quota for the configured key.' It also enumerates the exact data returned (tier, limit, used, remaining, reset date), which clearly distinguishes this quota-checking tool from the sibling PDF-processing tools like pdf_fill and pdf_merge.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly states that this tool is for checking API quota, which is a distinct purpose among the siblings. It does not explicitly name alternative tools or state when not to use it, but the 'quota' concept makes the intended usage unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full behavioral burden. It discloses the no-form result ('count 0'), the hybrid XFA/AcroForm consequence, the fillTemplate generation, and the rejection behavior for over-maxLength values — none of which is visible in the schema or annotations. This is above and beyond what an annotations block would provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but organized: the core output list, the important XFA caveat, the no-form behavior, and the usage directive. A little redundancy appears ('you cannot fill fields whose names you do not know' restates the need for the field list), but each clause contributes useful operational context.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter tool with no output schema, the description covers the returned data, the edge case of a formless PDF, and the critical consequence for pdf_fill. It gives an agent everything needed to decide when to call this tool and what to expect from it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the only parameter, pdf_path, already has a clear description ('Absolute path to the PDF to inspect'). The tool description adds no extra parameter-level meaning beyond reinforcing that the path targets the PDF to inspect, so the baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource: 'List a PDF's AcroForm form fields' and enumerates the exact outputs (names, types, options, current values, maxLength, fillTemplate, hasXFA). It clearly distinguishes this as the inspection sibling that feeds pdf_fill, rather than merging, invoicing, or usage meta-tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use it: 'Call this FIRST when filling an unfamiliar PDF' and gives the rationale: field names must be known and over-maxLength values are rejected. This makes the sequencing against pdf_fill unambiguous, while the sibling list reinforces that it is the pre-fill step.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pdfops/pdfops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server