Skip to main content
Glama

server_info

Check available optional features and active configuration on this server. Call this first to avoid errors when using semantic search, OCR, or column-aware extraction.

Instructions

Report which optional features are installed and what configuration is active on this pdf-mcp server. Call this first when about to use semantic search, OCR, or column-aware extraction — if the feature isn't available, downstream calls will either fall back silently (column-aware → positional sort) or fail (semantic mode → error). Returns version, per-feature availability with descriptions, search mode list, and active config values. Cheap to call (no I/O beyond reading process state). Results are stable for the server's lifetime.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations are provided, so the description carries full burden. It discloses that the call is cheap (no I/O beyond reading process state), results are stable for the server's lifetime, and lists the exact return contents (version, per-feature availability, search mode list, active config values).

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 multi-sentence but each sentence adds value: purpose, usage context, return details, cost, and stability. It is well-structured and efficient.

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?

Given zero input parameters and an output schema (though not shown), the description provides sufficient information about what the tool returns and its behavior. It is complete for an agent to use correctly.

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

Parameters5/5

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

The input schema has no parameters (0 params, 100% coverage). The description does not need to add parameter details, and it correctly focuses on the tool's purpose and output.

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 reports which optional features are installed and what configuration is active. It distinguishes itself from sibling tools like pdf_info and pdf_cache_stats by being a server-level introspection tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly advises calling this first when using semantic search, OCR, or column-aware extraction, and explains the consequences of not doing so (fallback or error). This provides clear when-to-use guidance.

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

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