Skip to main content
Glama
adamdavis99

ilovepdf-mcp

by adamdavis99

unlock-pdf

Unlock password-protected PDFs by providing the file and its current password, then save the unrestricted document.

Instructions

Remove password protection from a PDF document

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesPDF file path or URL to unlock
passwordYesCurrent password of the PDF
outputDirNoOutput directory path
outputFilenameNoCustom output filename
Behavior2/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 for behavioral disclosure. It only states the core action, but does not disclose side effects (e.g., whether the original file is overwritten or a new file is created), output behavior, permission requirements, or limitations on PDF encryption types. This is a significant gap for a tool that modifies files.

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?

The description is a single, clear sentence with no wasted words. It is appropriately concise and front-loaded with the key action.

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?

For a mutation tool with no annotations and no output schema, the description is incomplete. It does not explain what happens after removing the password, such as output file creation or whether the input is modified in place. It only states the purpose without behavioral context.

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?

Schema description coverage is 100%, with each parameter described individually. The tool description adds no additional meaning beyond the schema, so the baseline of 3 applies.

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 'Remove password protection from a PDF document' uses a specific verb 'Remove' with a clear resource ('password protection from a PDF document'). It is immediately distinguishable from sibling tools like protect-pdf, which does the reverse operation.

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 purpose implies when to use the tool (when you need to remove a PDF's password), but there is no explicit guidance on when not to use it, alternatives, or prerequisites. The usage context is implied rather than stated.

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/adamdavis99/ilovepdf-mcp'

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