Skip to main content
Glama

mcp-revenue-empire — Japan public-data ledgers

company_registry_jurisdiction_info

Look up metadata for a jurisdiction code (name, registry details). Pure compute; price 0.0 (free).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesJurisdiction code (e.g. gb, us_de)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool is pure compute and free, implying no side effects. It does not detail return format or errors, but for a simple lookup this is adequate.

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 sentence plus a brief note on pricing. It is front-loaded with the core purpose and wastes no words.

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?

For a one-parameter lookup without an output schema, the description sufficiently covers purpose, input, and behavioral traits (free/compute). It could mention potential error cases but is otherwise complete.

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

Parameters4/5

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

Schema coverage is 100% with a clear description of the 'code' parameter. The description adds context about outputs ('name, registry details') beyond the schema, aiding understanding of what the tool returns.

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 'Look up metadata for a jurisdiction code' with specific outputs like 'name, registry details'. It distinguishes itself from sibling tools like company_registry_company_profile which focus on individual companies rather than jurisdiction metadata.

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

Usage Guidelines4/5

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

The description implicitly tells when to use this tool (when needing jurisdiction metadata) and notes it is 'Pure compute; price 0.0 (free)', indicating no cost. It lacks explicit alternatives but is clear enough for an agent to decide.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources