Skip to main content
Glama

merge_pdfs

Merge multiple PDF files into one. The user can reorder files before downloading. All processing happens locally in the user's browser. Połącz kilka plików PDF w jeden; kolejność można zmienić przed pobraniem; pliki nie opuszczają przeglądarki.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNoPDF files from the conversation to merge, in order

TDQS

A3.6/5.0
Behavior3/5

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

The description discloses that all processing is local (privacy) and that users can reorder files, but lacks details on error handling, file size limits, or authorization needs. Since annotations are absent, the description carries full burden and is partially adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the main action, but includes redundant Polish text that duplicates the English content, wasting space. Otherwise efficient.

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?

With one simple parameter, no output schema, and no annotations, the description covers the core functionality and local processing. However, it lacks details on return value, constraints (max files/size), and error cases, leaving gaps for an agent.

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 has one array parameter 'files' with a description. Schema coverage is 100%, so the description adds little beyond restating the parameter's purpose. No extra semantic detail provided in the tool description.

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 the tool merges multiple PDFs into one, with ability to reorder. Name and purpose align, and it's distinct from siblings (fill_pdf_form, sign_pdf, split_pdf).

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 implies usage for merging PDFs and mentions reordering and local processing, but does not explicitly state when to use this tool versus alternatives like splitting or filling forms. No exclusion criteria given.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct PDF operation: form filling, merging, signing, and splitting. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., fill_pdf_form, merge_pdfs), making them predictable.

Tool Count5/5

Four tools cover the core PDF manipulation tasks without excess or deficiency. The count is well-scoped for the server's purpose.

Completeness4/5

The set covers essential PDF operations (fill, merge, sign, split), but lacks common features like compression or text extraction, which are minor gaps.

Resources