Skip to main content
Glama
shuji-bonji

@shuji-bonji/pdf-spec-mcp

get_requirements

Extract normative requirements (shall, must, may) from PDF specification ISO 32000-2, returning structured results with sentence context, section, and requirement level. Filter by specification, section, or requirement level.

Instructions

Extract normative requirements (shall/must/may) from the PDF specification (ISO 32000-2). Returns structured requirements with the sentence context, section, and requirement level.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
specNoSpecification ID (e.g., "iso32000-2", "ts32002", "pdfua2"). Use list_specs to see available specs. Default: "iso32000-2" (PDF 2.0).
sectionNoFilter by section number (e.g., "7.3.4", "12.8"). Includes subsections. If omitted, scans all sections (slower on first call).
levelNoFilter by requirement level.
Behavior4/5

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

The description discloses the tool's output structure and source specification. However, it does not explicitly state that it is a read-only operation or mention potential performance implications (e.g., slower without section filter), which are only implied in parameter descriptions.

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 two sentences, front-loaded with the core action and result. Every word adds value, with no redundancy or unnecessary details.

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?

Given no output schema and no annotations, the description provides a reasonable overview of purpose and return format. It could be more complete by explicitly stating it is a read-only operation or noting performance characteristics, but overall it is sufficient for the tool's complexity.

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?

Input schema has 100% parameter description coverage. The description adds context by specifying the type of requirements (shall/must/may) and return fields (sentence context, section, level). It also references list_specs for available specs and explains section filtering behavior.

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 action (extract), resource (normative requirements from PDF specification), and return format (structured with context, section, level). It effectively distinguishes from sibling tools like get_definitions and get_section.

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 description implies usage for extracting requirements but does not explicitly state when to use this tool over siblings like search_spec or get_section. No direct comparison or exclusion criteria are provided.

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/shuji-bonji/pdf-spec-mcp'

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