Skip to main content
Glama
mlorentedev

pdf-modifier-mcp

list_pdf_hyperlinks

Extract all hyperlinks from a PDF, reporting each link's target URI, bounding box location, and covered text. Use to inventory links before or after modifications.

Instructions

Extract all existing hyperlinks and clickable URIs from a PDF.

Use this tool to inventory the links in a document before or after making modifications. It reports the target URI, its location (bbox), and the text covered by the link if detectable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_pathYesAbsolute path to the PDF file to scan.
passwordNoOptional password if the PDF is encrypted.
max_file_sizeNoMaximum allowed input file size in bytes (default: 100 MB).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Without annotations, the description must convey behavior. It explains the tool extracts links and reports URI, bbox, and text. It implies read-only behavior but does not explicitly state no side effects. Still, it covers the main output well.

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 three sentences long, front-loads the purpose, and provides usage context and output details without any wasted words.

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

Completeness5/5

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

For a read-only inspection tool with a full input schema and an output schema, the description adequately covers purpose, usage, and output. It is complete for the intended complexity.

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 descriptions cover all three parameters (100% coverage). The tool description adds no additional parameter-specific details, so baseline of 3 is appropriate.

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 extracts all hyperlinks and clickable URIs from a PDF. It distinguishes from sibling tools like modify_pdf_content or inspect_pdf_fonts by focusing on existing links only.

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?

The description advises using it to inventory links before or after modifications. While it doesn't explicitly exclude other uses or name alternatives, the context is clear enough given the sibling tool set.

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/mlorentedev/pdf-modifier-mcp'

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