Skip to main content
Glama

HojinCheck — Japanese corporate verification API (hojin = 法人/corporate entity)

Server Details

Verify Japanese companies, invoice-issuer registrations and addresses against government open data.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct operational need: profile retrieval, calendar, address normalization, name resolution, entity verification, and invoice verification. No overlap, with clear boundaries.

Naming Consistency4/5

Five tools follow verb_noun pattern (e.g., get_company_profile), but jp_calendar deviates as a noun-only name, causing slight inconsistency.

Tool Count5/5

6 tools cover the domain well; each serves a unique purpose without redundancy. Count is ideal for a focused corporate verification API.

Completeness4/5

Covers major operations: search, verify, profile, invoice, address, and calendar. Minor gap: no batch or advanced search, but core needs met.

Available Tools

6 tools
get_company_profile法人プロファイル取得(gBizINFO)AInspect

法人番号(13桁・チェックディジット検証つき)からgBizINFOの法人プロファイル(所在地・代表者・資本金・従業員数等)を、項目別の出典・最終取得日メタとあわせて返します。データ源: Gビズインフォ REST API v2(経済産業省)。

ParametersJSON Schema
NameRequiredDescriptionDefault
corporate_numberYes法人番号13桁(全角・ハイフン・空白は吸収。チェックディジット検証あり)
Behavior3/5

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

No annotations provided, so description must carry full burden. It states the tool returns metadata with source and acquisition date, but does not disclose error handling (e.g., invalid number), rate limits, or authentication needs.

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?

Two sentences, front-loaded with purpose, no wasted words. Efficient and clear.

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 simple single-parameter tool without output schema, the description adequately explains input, output contents, and data source. Slight lack of error or behavioral details, but sufficient for basic use.

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 coverage is 100% and schema description already details check digit verification and formatting absorption. The tool description adds no significant meaning beyond the schema.

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?

Description clearly states the tool returns corporate profile (location, representative, capital, employees) from a corporate number using gBizINFO. It distinguishes from siblings like resolve_company and verify_company by specifying the detailed profile output.

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?

No explicit guidance on when to use this tool vs siblings. The description implies use when full profile is needed, but does not mention when not to use or alternatives.

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

jp_calendar日本の祝日・営業日計算AInspect

日本の祝日判定と営業日計算(内閣府「国民の祝日」CSV準拠)。営業日=土日・祝日以外。year_end_as_holiday=trueで12/29〜1/3も非営業日扱い。

ParametersJSON Schema
NameRequiredDescriptionDefault
opYes操作種別
toNo期間終了日(list_holidaysで必須)
dateNo基準日 YYYY-MM-DD(list_holidays以外で必須)
daysNo加算する営業日数(add_business_daysで必須。負数=遡り、0=基準日をそのまま返す)
fromNo期間開始日(list_holidaysで必須)
year_end_as_holidayNo12/29〜1/3を非営業日として扱う(官公庁・銀行休業の慣行。既定false=祝日法と土日のみ)
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 data sources (official CSV), business day definition, and parameter effect (year_end_as_holiday). It does not mention limitations, error handling, or whether operations are read-only, but the behavioral context is substantial for a computational tool.

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 concise sentences with no wasted words. It front-loads the core purpose and follows with key details. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main functionality but lacks information about return values. Since there is no output schema, the description should mention what each operation returns (e.g., boolean for is_business_day, date string for next_business_day, list for list_holidays). This gap prevents full understanding of the tool's output.

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%, so baseline is 3. The description adds value by explaining the business day rule and the year_end_as_holiday parameter's effect beyond the schema's property descriptions. It clarifies that 'year_end_as_holiday=true' treats Dec 29-Jan 3 as non-business days, which is not covered in the schema.

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's purpose: Japanese holiday determination and business day calculation, referencing the official Cabinet Office CSV. It defines business days as excluding weekends and holidays, and explains the year_end_as_holiday parameter behavior. This is distinct from sibling tools which focus on company info and address verification.

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 the tool is for Japanese calendar operations but does not explicitly state when to use it over alternatives. No exclusions or comparisons to sibling tools are provided. The usage context is inferred from the name and description rather than explicitly guided.

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

normalize_address日本住所の正規化・要素分解・郵便番号照合AInspect

日本の住所を正規化し、都道府県/市区町村/町字(大字・町名+丁目)に分解して町字ID(アドレス・ベース・レジストリ)を解決し、郵便番号と照合します(不一致は不一致として明示)。【v1の粒度と限界】分解は町字(大字・丁目)まで。街区符号・住居番号・地番・小字・京都の通り名は解析対象外で、未解析部分は残余文字列としてそのまま返します(推測補完なし)。データ源: アドレス・ベース・レジストリ町字マスター(デジタル庁)+日本郵便郵便番号データ(ローカルマスター駆動・政府API停止の影響なし)。

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYes日本の住所文字列(郵便番号含み可。全半角・漢数字/算用数字・旧字体の表記ゆれ可)
postal_codeNo郵便番号を別引数で渡す場合に指定(住所文字列内の記載より優先して照合)
Behavior5/5

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

With no annotations, the description fully carries the burden of disclosing behavior. It details data sources (Address Base Registry, Japan Post), states it uses local master (no API dependency), explains the checking of postal code inconsistencies, and explicitly lists unsupported elements (block numbers, etc.). No contradictions.

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 well-structured with a separate section on limitations. It is front-loaded with the main purpose. Every sentence adds value, though it could be slightly more concise (e.g., repeating 'address' multiple times).

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?

For a tool with 2 parameters and no output schema, the description is remarkably complete. It explains the decomposition level, what is returned (including residuals), data sources, and postal code matching behavior. No gaps remain for intelligent invocation.

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%, so baseline is 3. The description adds extra meaning: postal_code overrides any embedded code, and address can handle various character formats. This goes beyond the schema descriptions.

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 normalizes Japanese addresses, decomposes into administrative units, resolves town ID, and checks postal code. It also explicitly lists limitations (v1 granularity, what is not parsed), making the purpose very specific and distinct from siblings.

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 provides a clear context of what the tool does and its limitations (e.g., no block/house number parsing), which helps an agent decide if it fits the use case. However, it lacks explicit 'when to use' or 'when not to use' statements or references to alternatives, though siblings are unrelated.

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

resolve_company法人名から法人番号を解決AInspect

法人名(表記ゆれ・かな/カナ対応)から法人番号の候補と確度(0〜1+根拠ラベル)を返します。データ源: 国税庁法人番号システムWeb-API。

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes法人名((株)等の略記・全半角・かな/カナ・旧字体の表記ゆれ可)
limitNo返却する候補数の上限(既定10)
addressNo所在地で絞り込み: 都道府県コード2桁(JIS X 0401)または+市区町村コード3桁の計5桁
include_closedNo閉鎖法人を候補に含める(既定true)
Behavior3/5

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

With no annotations, the description carries full burden. It discloses data source and that results include confidence and evidence labels, but does not mention error handling, rate limits, or behavior when no match is found. Basic transparency but gaps remain.

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, well-structured sentence that front-loads the main action and includes the data source. No redundant or wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema and annotations, the description provides minimal context beyond core functionality. It hints at output structure (candidates, confidence, evidence label) but lacks details on error handling, pagination, or interpretation of results.

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 coverage is 100%, so each parameter has a description. The tool description adds overall context (notation variations, confidence) but does not meaningfully extend parameter meaning beyond what the schema already provides. Baseline score of 3 applies.

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 verb (returns), resource (corporate number candidates and confidence), and input (company name with notation variations). It distinguishes from siblings like get_company_profile and verify_company by focusing on name-based resolution.

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 when you have a company name and need the corporate number, but it does not explicitly state when to use this versus alternatives, nor does it provide when-not-to guidance. Usage context is inferred from the sibling tool names.

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

verify_company法人番号の実在検証BInspect

法人番号(13桁・チェックディジット検証つき)から実在・商号・本店所在地・法人種別・閉鎖ステータスを返します。include_history=trueで商号変更等の履歴も返します。データ源: 国税庁法人番号システムWeb-API。

ParametersJSON Schema
NameRequiredDescriptionDefault
include_historyNo商号変更等の履歴を含める(既定false)
corporate_numberYes法人番号13桁(全角・ハイフン・空白は吸収)
Behavior3/5

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

The description mentions the data source (National Tax Agency) and the check digit verification, but it does not disclose error handling, rate limits, or authentication requirements. Without annotations, this leaves gaps for the agent.

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 with no redundant information. It front-loads the main action and clearly explains the optional parameter in the second sentence.

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 tool with two simple parameters and no output schema, the description covers inputs, outputs, and data source sufficiently. However, it would benefit from mentioning expected return format or error scenarios.

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%, so baseline is 3. The description adds context about the 13-digit format and check digit, but mostly reinforces what is in the schema. No additional parameter semantics beyond the schema.

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

Purpose4/5

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

The description clearly states it verifies existence and returns various corporate data from a 13-digit corporate number. However, it does not explicitly differentiate itself from sibling tools like resolve_company, which may cause confusion for an AI agent.

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 guidance is provided on when to use this tool versus alternatives such as get_company_profile or resolve_company. The description does not include any when-not-to-use conditions or context.

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

verify_invoice_number適格請求書発行事業者登録番号の検証AInspect

適格請求書発行事業者の登録番号(T+13桁)から登録有無・登録年月日・取消/失効を返します。on_dateで基準日時点の有効性判定、include_history=trueで公表履歴も返します。入力は登録番号のみ(氏名等による検索は提供しません)。データ源: 国税庁適格請求書発行事業者公表システムWeb-API。

ParametersJSON Schema
NameRequiredDescriptionDefault
on_dateNo基準日 YYYY-MM-DD(指定時はその日時点で登録が有効だったかを as_of で返す)
include_historyNo公表履歴(新規登録・変更・取消・失効)を含める(既定false)
registration_numberYes適格請求書発行事業者登録番号(T+13桁。Tなし13桁・全角・ハイフン空白は吸収)
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the data source (NTA Web-API) and the returned information (status, date, history). However, it does not mention behavioral traits like authentication, rate limits, or side effects (e.g., read-only nature). This is adequate but not thorough.

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 paragraph that efficiently conveys all key points: purpose, input, optional parameters, data source, and limitations. While it could be more structured (e.g., bullet points), it is concise and front-loaded with the most critical information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, so the description must explain return values. It does so by listing registration presence, date, cancellation/invalidation, and optional history. However, it does not detail the exact response structure (e.g., field names like 'valid', 'as_of'), which would enhance completeness for an agent invoking the tool.

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 descriptions for all three parameters. The description adds value by explaining the effect of on_date on validity and include_history for publication history. It also clarifies the accepted format for registration_number, including variations like T-less, full-width, and hyphens, which is beyond the schema.

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 identifies the tool as verifying a specific Japanese invoice registration number (T+13 digits) and retrieving registration status, date, and cancellation/invalidation. It distinguishes itself from sibling tools by explicitly stating that name-based searches are not provided, implying it is specialized for invoice number verification.

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 explains the required input (registration number only) and optional parameters (on_date, include_history). It implicitly guides usage by stating what it does not do (no name search), providing context for when to use this tool over sibling tools like verify_company. However, it does not explicitly state when not to use it.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources