Skip to main content
Glama
yamayued
by yamayued

Get Patent Divisional Application Information

get_patent_divisional_app_info
Read-only

Retrieve patent divisional-application details for a Japanese patent by its 10-digit application number.

Instructions

Fetch patent divisional-application information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applicationNumberYesJapan patent application number (10 digits)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior2/5

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

The readOnlyHint annotation already establishes this is a safe read operation. The description adds nothing further about behavior—no auth requirements, rate limits, response format, or what happens with invalid inputs—so it contributes almost no behavioral context beyond the annotation.

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?

The description is a single, front-loaded sentence with zero wasted words. It is appropriately concise, though its brevity reflects under-specification more than optimal structure.

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 tool with no output schema, the description should convey what information is returned or how it differs from related patent tools. Given the large sibling set and lack of return-value detail, the definition is too sparse to fully orient an agent.

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?

The schema has 100% description coverage for the single applicationNumber parameter, including its 10-digit Japanese format. Per the rubric, high schema coverage sets the baseline at 3 even when the description mentions no parameter details.

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?

The description states a clear verb ('Fetch') and a specific resource ('patent divisional-application information'), which distinguishes it from sibling tools like get_patent_progress or get_patent_documents. However, the word 'information' is vague about what is actually retrieved, leaving the purpose at a minimum-viable level.

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?

There is no guidance on when to use this tool versus the many sibling tools, nor any prerequisites such as needing a valid Japanese application number. The description offers no context or exclusions.

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