Skip to main content
Glama

Japan Pension Service monthly insured-headcount raw log

get_pension_headcount_log

Un-aggregated month-over-month insured headcount deltas (健康保険・厚生年金) for one Japanese corporate number. Paid via x402: each call costs 0.05 USDC. This tool returns the HTTP 402 payment challenge for the resource. Private beta note: a successful settlement is acknowledged with a receipt that records your priority access; the dataset itself unlocks for early settlers as provisioning goes live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corporate_idYes13-digit Japanese corporate number (法人番号), e.g. 7010001012345

TDQS

A4.3/5.0
Behavior4/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 paid nature, the 402 challenge, the receipt upon settlement, and the beta access unlocking. This is transparent about the core behavior, though it doesn't confirm read-only or destructive nature (likely read).

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 front-loaded with the core purpose, then adds essential context (payment, return format, beta status). It is slightly lengthy but each sentence provides unique value.

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?

Given the complexity (paid, beta, raw log), the description covers payment mechanism, return type, and beta terms. No output schema exists, so missing output details is acceptable. It provides sufficient context for an agent to understand usage and consequences.

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?

There is one parameter (corporate_id) with 100% schema description coverage (13-digit Japanese corporate number). The description adds meaning by linking the parameter to insured headcount data, enhancing 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 states 'Un-aggregated month-over-month insured headcount deltas (健康保険・厚生年金) for one Japanese corporate number,' specifying the verb (get raw log), resource (pension headcount), and scope (per corporate number). This distinguishes it from siblings like get_gazette_financials which deal with financial data.

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 includes payment context ('each call costs 0.05 USDC') and the return behavior ('HTTP 402 payment challenge'), which guides usage. However, it does not explicitly state when not to use this tool or compare with alternatives beyond the payment model.

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

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: searching corporations, listing datasets, retrieving gazette financials, government records, or pension headcount. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, using 'get_', 'list_', or 'search_' prefixes. No mixing of conventions.

Tool Count5/5

5 tools is well-scoped for a gateway server providing access to Japanese corporate datasets. Each tool serves a necessary role without redundancy.

Completeness4/5

The tool surface covers the full workflow: search, catalog, and retrieve three key datasets. Minor gap: no tool for payment status or dataset metadata beyond what list_company_datasets provides.