Skip to main content
Glama

jp-crypto-tax-rules

Server Details

Machine-readable Japanese crypto-asset tax rules for AI agents: rules-as-code with citations, x402.

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 4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct operation: listing rules, retrieving a single rule, retrieving parameters, and retrieving a scenario pack. No two tools serve the same purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (get_*, list_*), with clear and predictable naming.

Tool Count5/5

Four tools is appropriate for this domain, covering listing, retrieval of individual rules, parameters, and scenario packs without bloat or deficiency.

Completeness5/5

The tool set provides comprehensive access to Japanese crypto tax rules: catalog browsing, single rule lookup, parameter reference, and curated scenario bundles.

Available Tools

4 tools
get_rule_packCurated scenario rule pack (x402 metered)AInspect

Scenario-curated bundle of full structured rules (statements, citations, parameters) for one use case: defi_staking | overseas_exchange | corporate_holding | transition_2028. Paid via x402: each call costs 0.05 USDC. This tool returns the HTTP 402 payment challenge (spec-conformant accepts list) for the pack resource. The 402 is real: settle it against /v1/packs/{scenario} with an X-PAYMENT header and the 200 response delivers the full pack body ({status:"settled", settlement, pack}) — payment buys the actual structured rules, not a receipt. Not tax advice. 一般的な税制情報の提供であり、個別の税務判断は税理士にご相談ください。

ParametersJSON Schema
NameRequiredDescriptionDefault
scenarioYesScenario pack to retrieve: defi_staking | overseas_exchange | corporate_holding | transition_2028
Behavior5/5

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

No annotations provided, so description carries full burden. It fully discloses the x402 payment mechanism: returns HTTP 402 challenge, requires settlement with X-PAYMENT header to get 200 response with pack body. Also includes legal disclaimers (not tax advice, Japanese text).

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?

Description is well-structured: primary purpose first, then payment details, then disclaimers. However, the Japanese disclaimer adds length without aiding English-speaking agents; a more concise version could omit it or place it last.

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 no output schema, the description thoroughly explains the response format (402 challenge, then 200 response with pack body). Covers payment flow, scenario enumeration, and legal caveats. Fully sufficient for an agent to use correctly.

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% with one required enum parameter. The description repeats the enum values but adds no new semantic meaning beyond what the schema already provides. Baseline 3 is appropriate.

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 a 'scenario-curated bundle of full structured rules' for specific use cases (defi_staking, overseas_exchange, corporate_holding, transition_2028). This distinguishes it from sibling tools like get_tax_rule which likely returns individual rules.

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?

Description specifies the exact scenarios this tool covers and implies it's for retrieving curated packs, not individual rules. It also mentions payment requirements, but doesn't explicitly exclude other use cases or advise when to prefer siblings.

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

get_tax_parametersJapanese tax parameters (brackets, rates, thresholds)AInspect

FREE — returns structured tax parameters with per-value sources: progressive income tax brackets, resident tax and reconstruction surtax figures, the 2028-reform separate-taxation rate and loss-carryforward years, and the salary-filer filing threshold. Approximate reference values from public sources; not tax advice. 一般的な税制情報の提供であり、個別の税務判断は税理士にご相談ください。

ParametersJSON Schema
NameRequiredDescriptionDefault
tax_yearNoTax year for epoch annotation of pending-reform rules, e.g. 2026 or 2028
Behavior3/5

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

No annotations provided, so the description carries full burden. It discloses the data as approximate reference values from public sources and not tax advice, but does not mention behavioral aspects like rate limits, authentication, or potential costs.

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 English sentences and one Japanese sentence. It front-loads key information about what the tool returns and includes relevant caveats, with no redundant content.

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?

With one optional parameter and no output schema, the description adequately lists the categories of returned values and notes their sources and limitations. It covers the main points but could offer more detail on output structure.

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% for the single parameter tax_year, which is described in the schema. The tool description adds minimal context by referencing '2028-reform', but overall adds little 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 title and description clearly state the tool returns Japanese tax parameters, listing specific items like income tax brackets, resident tax, and thresholds. It distinguishes itself from siblings by focusing on a comprehensive set, but does not explicitly contrast with get_rule_pack or get_tax_rule.

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 includes 'FREE' and states 'not tax advice', setting expectations but lacks explicit guidance on when to use this tool versus alternatives like get_tax_rule or list_tax_rules. Usage is implied from the content.

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

get_tax_ruleFull structured rule record (rule_id lookup)AInspect

FREE — returns one full structured rule: statement, exceptions, status, effective dates, machine tags and statutory citations (sources), served verbatim from the versioned rules corpus. Not tax advice. 一般的な税制情報の提供であり、個別の税務判断は税理士にご相談ください。

ParametersJSON Schema
NameRequiredDescriptionDefault
rule_idYesRule id, e.g. jp.crypto.income.classification.individual
Behavior4/5

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

No annotations exist, so description carries full burden. It discloses that the tool is 'FREE' (free to use?), returns verbatim from a versioned corpus, and includes a disclaimer that it is not tax advice. This adds important context beyond the schema. However, it does not mention error handling (e.g., missing rule_id) or rate limits.

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 sentence with a clear functional statement, followed by a legal disclaimer in two languages. It is efficient but the disclaimer adds length; still, it earns its place. No wasted 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?

Given the tool's simplicity (one parameter, no output schema, no annotations), the description covers the main functional aspects (what is returned) and adds a disclaimer. It is missing expected behavior for invalid rule_id, but is otherwise reasonably complete.

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 baseline is 3. The description does not add any further detail about the rule_id parameter beyond the schema's example. The tool description itself is sufficient, but no extra value added.

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 title and description clearly state that this tool returns a single full structured rule by rule_id, listing specific fields (statement, exceptions, status, dates, tags, citations). It is distinct from siblings like list_tax_rules (listing) and get_rule_pack (pack). Verb 'returns' and resource 'full structured rule' are specific.

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 to retrieve details of a specific rule, but does not explicitly state when to use over alternatives (e.g., use list_tax_rules to find rule IDs, use get_tax_parameters for parameters). No 'when not to use' or exclusions are provided.

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

list_tax_rulesList structured Japanese crypto tax rulesAInspect

FREE — returns structured rules. Catalog of machine-readable Japanese crypto-asset tax rules (rules-as-code): titles, status (current / enacted_pending), effective dates and statutory citations, filterable by category, taxpayer and tax_year. tax_year resolves the current-vs-2028-reform epoch per rule (applies / pending_enforcement). Sources are public only (NTA FAQ, e-Gov statutes, MOF documents); not tax advice. 一般的な税制情報の提供であり、個別の税務判断は税理士にご相談ください。

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoCategory filter: corporate | cost_basis | filing | income_classification | reform_2028 | taxable_events
tax_yearNoTax year to resolve rule applicability, e.g. 2026 or 2028
taxpayerNoTaxpayer filter: all | corporate | individual
Behavior4/5

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

Without annotations, the description carries the burden. It discloses that the tool is free, returns structured data (rules-as-code), uses public sources only, and is not tax advice (including Japanese disclaimer). For a read-only listing tool, this is sufficient, though no mention of pagination or limits.

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, front-loaded with key information ('FREE — returns structured rules'), followed by details. It is concise, though the Japanese disclaimer at the end could be optional for English agents.

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 no output schema and no annotations, the description covers returned attributes, filters, source type, and legal disclaimer. It lacks explicit mention of pagination or result limits, but for a list tool of public rules, it feels adequately 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%, so baseline is 3. The description adds context by explaining that tax_year resolves epoch applicability (current vs 2028 reform) and ties together the three filters. This adds meaning beyond individual parameter 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 it returns a catalog of Japanese crypto-asset tax rules with specific attributes (titles, status, dates, citations) and is filterable. This distinguishes it from sibling tools like get_tax_rule (single rule) or get_rule_pack (pack), making its purpose distinct.

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 versus siblings. It implies usage for discovering or listing rules, but does not contrast with get_tax_rule or get_rule_pack. The mention of 'FREE' is a feature, not usage direction.

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