Skip to main content
Glama
PurpleDirective

quillpdf-mcp

Rotate PDF pages

pdf_rotate

Rotate PDF pages by 90, 180, or 270 degrees locally. Specify page range or rotate all pages. All processing stays on your machine.

Instructions

Rotate pages by a multiple of 90 degrees. Omit pages to rotate every page. Runs entirely on this machine — the file is read and written locally and never sent anywhere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
angleYesRotation in degrees; must be a multiple of 90 (e.g. 90, 180, -90)
inputYesPath to the input PDF
pagesNo1-based pages to rotate (default: all)
outputYesPath to write the rotated PDF
Behavior4/5

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

Annotations indicate mutation but no idempotency or destructiveness. The description adds that the operation is local and the file is never sent elsewhere. Does not contradict annotations.

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?

Two sentences, no fluff. Front-loaded with the core action. Every word adds value.

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

Completeness4/5

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

For a tool with 4 parameters and no output schema, the description covers the main behavior and local execution. Lacks mention of return values, but the simplicity of the tool makes this acceptable.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying that omitting 'pages' rotates all pages, which supplements the schema's default 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 that the tool rotates PDF pages by multiples of 90 degrees. It distinguishes from sibling tools like pdf_merge and pdf_split by specifying the action and scope.

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?

Provides a usage hint: 'Omit `pages` to rotate every page.' Also mentions local execution, which implies privacy. Could be more explicit about alternatives, but is clear enough.

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/PurpleDirective/quillpdf-mcp'

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