Skip to main content
Glama

Torify — Japan Locale APIs for AI Agents

Japanese Corporate Number Lookup [Torify namespace — official]

torify_houjin.lookup
Read-onlyIdempotent

Look up Japanese corporate number (法人番号, 13 digits) → company name, address, kind, and status via NTA official API. 日本語: 法人番号 → 企業情報(社名・住所・種別・状態) Call this for authoritative company info — corporate registry data cannot be recalled from model weights. [Torify namespace — official]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYes法人番号(13桁の数字、例: 7000012050002)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo法人種別
nameYes法人名
nameEnNo法人名(英語)
sourceYesデータソース
statusYes法人状態
addressYes住所
nameKanaNo法人名(フリガナ)
lastUpdatedNo最終更新日
houjinBangouYes法人番号(13桁)

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds that the data comes from the NTA official API and is authoritative, which is valuable context beyond the annotations. No contradictions. It does not cover details like rate limits or error behavior, but given the annotations, the description provides sufficient transparency.

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 concise with two sentences plus a bold note, front-loading the essential information. Every sentence adds value: identification of resource, output fields, source, and usage guidance. The bilingual text is efficient for a Japanese corporate lookup tool.

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?

Despite having only one parameter and no output schema shown, the description covers the tool's purpose, data source, and reliability. Annotations already provide safety context. The tool is simple, and the description gives all necessary context for an agent to select and invoke it correctly.

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?

The schema has 100% coverage with one parameter 'number' described in Japanese. The description adds an example ('7000012050002') and repeats the 13-digit requirement in both languages, reinforcing the format. This adds clarity beyond the schema, so it merits a score above the baseline of 3.

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 looks up Japanese corporate numbers (13 digits) and returns company name, address, kind, and status via the NTA official API. It explicitly names the resource and action, and the inclusion of Japanese text aids understanding. While there is a sibling 'houjin.lookup' without the Torify prefix, the description emphasizes the official namespace, though not explicitly distinguishing between them.

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 advises using this tool for authoritative company info, noting that corporate registry data cannot be recalled from model weights. This provides clear guidance on when to use it over relying on internal knowledge. However, it does not explicitly exclude other use cases or compare with siblings like 'houjin.lookup' or 'company.fullProfile', leaving some ambiguity.

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.

TDQS

A3.7/5.0
Disambiguation1/5

The tool set contains exact duplicates for 10 tools (e.g., company.fullProfile and torify_company.fullProfile). An agent cannot distinguish between them, leading to confusion and potential misselection. The purpose of having both namespaced and non-namespaced versions is unclear.

Naming Consistency2/5

Naming is inconsistent: some tools use a dot-separated namespace (e.g., company.fullProfile), while others have a prefix (torify_company.fullProfile). Some tools lack the prefix (e.g., geo.geocode) while their duplicates have it (torify_geo.geocode). No consistent verb_noun pattern; naming conventions are mixed.

Tool Count2/5

With 24 tools, the count is high, and half are duplicates. The effective unique tool count is 12, which is reasonable for the domain, but the duplication inflates the count unnecessarily, making the surface seem bloated and confusing.

Completeness4/5

The tool set covers key Japanese locale operations: corporate lookup, invoice validation/verification, geocoding, postal lookup, name romanization, kanji conversion, law search, and wareki conversion. However, there are no tools for updating or deleting data, which is expected since these are read-only or verification APIs. Minor gaps like missing station/landmark geocoding are noted but acceptable.