Skip to main content
Glama
tycket033-tech

pdf-debug-mcp

get_pdf_object_structure

Recursively expand a PDF indirect object's structure and resolve indirect references with configurable depth and circular reference protection.

Instructions

Recursively expand a PDF indirect object's structure and indirect references with maxDepth and circular-reference protection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesPath to a PDF file. Relative paths are resolved from the MCP server process cwd.
maxBytesNoMaximum bytes to include in raw/decoded stream or object previews.
maxDepthNoMaximum recursion depth when expanding object references.
decodeStreamNoDecode supported stream filters such as FlateDecode, ASCIIHexDecode, ASCII85Decode, and RunLengthDecode.
objectNumberYesPDF indirect object number.
generationNumberNoPDF indirect object generation number.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses recursion behavior, maxDepth parameter, and circular-reference protection, which are behavioral traits beyond the input schema. However, it does not mention side effects or safety aspects.

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, front-loaded sentence that instantly conveys the tool's purpose and key features. No unnecessary words.

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?

Given 6 parameters and no output schema, the description is succinct but does not explain the return value format (e.g., tree structure). This leaves ambiguity for the agent about what response to expect.

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 coverage is 100%, so baseline is 3. The description does not add new parameter meaning beyond what the schema provides; it only mentions maxDepth in passing, which is already described in the schema.

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 recursively expands a PDF indirect object's structure and indirect references, specifying key features like maxDepth and circular-reference protection. This distinctively separates it from siblings like get_pdf_object, which likely provides a flat view.

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 explicit guidance on when to use this tool versus alternatives. While the description implies use for recursive expansion, it does not provide when-not scenarios or mention sibling tools for different needs.

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/tycket033-tech/pdf-debug-mcp'

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