Skip to main content
Glama
yamayued
by yamayued

Get Patent PCT National Phase Number

get_patent_pct_national_phase_application_number
Read-only

Resolve a PCT national phase application number from an international application or publication case number for patent records.

Instructions

Resolve PCT national phase application number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
relationYesinternational_application / international_publication
caseNumberYesCase number

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior3/5

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

Annotations declare readOnlyHint=true, so safety is covered. The description adds nothing beyond that — no note on how 'relation' changes the resolution, no response shape, no failure mode when the number cannot be resolved. Minimal but not contradictory.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single short sentence, front-loaded and free of padding. It is efficient, though arguably too terse to earn full marks given the complexity of PCT number resolution.

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 number-resolution tool with two required params and no output schema, the definition omits how the enum relation alters behavior, what is returned, and what happens on failure. With no output schema and a specialized domain, the description should carry more of that burden.

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%, which sets the baseline at 3. The description adds no meaning beyond the schema — it never explains what the 'relation' enum values signify for resolution behavior or what format caseNumber expects.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a verb (Resolve) and resource (PCT national phase application number), so purpose is identifiable. However, it is vague about what 'resolve' produces (a number lookup? a mapping?) and does not differentiate from siblings like lookup_number_relation or get_patent_divisional_app_info.

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 when-to-use guidance, no mention of alternatives, and nothing about when this resolution path applies versus the sibling lookup_number_relation. The agent must infer usage entirely.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.