Skip to main content
Glama
fastmcp-me

PDF Manipulation MCP Server

by fastmcp-me

pdf_combine_pages_to_single

Combine selected PDF pages into a single page using vertical or horizontal layout. Specify pages and output path for tailored merging.

Instructions

Combine multiple pages from a PDF into a single page with specified layout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layoutNovertical
pdf_pathYes
output_pathNo
page_numbersNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/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 does not mention side effects (e.g., whether it creates a new file or modifies the original), handling of output_path, or behavior when page_numbers are omitted. 'Specified layout' is vague and does not disclose available layout options or formatting behavior.

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 a single sentence with no wasted words, front-loaded with the primary action. However, it is too brief to be fully effective—important operational details are omitted, but this is not a bloat issue.

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?

The tool has four parameters and no annotations, so a sparse description is inadequate. It does not explain layout options, page selection semantics, output path behavior, or what the output schema represents. Though an output schema exists, the description still leaves too much unexplained for an agent to confidently invoke the tool.

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?

Description provides only a vague reference to 'specified layout' but does not explain any of the four schema parameters (pdf_path, layout, output_path, page_numbers). It does not clarify what page_numbers means, what output_path defaults to, or how layout values affect the output. Schema description coverage is 0%, so the description fails to compensate.

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 action ('Combine multiple pages from a PDF into a single page') with a clear resource and result. This differentiates it from sibling tools like pdf_merge_files, which merges entire PDF files rather than combining pages within a single PDF.

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 given on when to use this tool versus alternatives such as pdf_merge_files or pdf_split. There are no explicit use cases, prerequisites, or exclusion statements.

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/fastmcp-me/pdf-manipulation-mcp-server'

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