Skip to main content
Glama

Server Details

Official Japanese e-commerce rule evidence for mail-order advertising and return-policy disclosures.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
kadopi/japan-rulewatch-mcp
GitHub Stars
0
Server Listing
Japan RuleWatch

Available Tools

4 tools
get_evidence_packAInspect

Return a concise evidence pack for one rule ID returned by search_rules. Includes official URLs, scope limits, and no legal-compliance verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesExact rule ID returned by search_rules

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does so well: it states the output's scope (concise pack), content (official URLs, scope limits), and an explicit limitation (no legal-compliance verdict). Absent side effects are not a concern for a retrieval tool, though read-only behavior is not named.

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 short sentences front-load the primary action and scope, then append the content and the critical limitation. Every clause earns its place with no filler.

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 retrieval tool with no output schema, the description gives enough context about what the result contains and what it deliberately omits. It is slightly light on the exact shape of the returned evidence pack, but this is a minor gap.

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?

The input schema already documents the only parameter as 'Exact rule ID returned by search_rules', and the description repeats that same relationship without adding format, type, or usage nuance. With 100% schema coverage, the baseline of 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?

The description identifies a specific action (Return), a specific resource (a concise evidence pack), and a precise input scope (one rule ID returned by search_rules). It also states what the pack includes, making the tool distinguishable from search_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?

The description clearly situates the tool after search_rules by requiring a rule ID returned by that sibling, so an agent knows when to call it. It lacks an explicit 'do not use when...' statement, but with only one sibling the routing is unambiguous.

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

get_tourism_evidence_packCInspect

Paid: return official Japanese primary-source URLs, evidence locations, checked dates, source versions, general requirements, traveler-screen checks, and re-check triggers for a complete supported A/B/C flow. This is informational evidence, not a legal verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault
collectsTravelPaymentNo
actsAsContractingPartyNo
handlesCancellationOrRefundNo
acceptsReservationOnPlatformNo

TDQS

C2.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does disclose that the tool is informational evidence and 'not a legal verdict,' which is useful framing, and it enumerates the categories of returned data. However, it does not mention side effects, authentication needs, data freshness limitations, or any behavior beyond returning a list.

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 efficient, using two sentences to cover output scope and an important legal disclaimer. The first sentence is dense but packs meaningful detail. No filler or redundant phrasing is present.

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

Completeness2/5

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

Given the tool has no annotations, no output schema, and minimally documented boolean parameters, the description leaves significant gaps: input semantics, supported parameter combinations, and what the response structure looks like. It does explain the output categories at a high level, but an agent would struggle to know which parameter values to pass for a given scenario.

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

Parameters1/5

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

The input schema has 4 boolean parameters with 0% description coverage, and the tool description never mentions them. It does not explain how collectsTravelPayment, actsAsContractingParty, handlesCancellationOrRefund, or acceptsReservationOnPlatform influence the A/B/C flow or the returned evidence pack. The description completely fails to compensate for the schema's lack of parameter documentation.

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 a specific verb ('return') and a well-defined resource: official Japanese primary-source URLs, evidence locations, checked dates, source versions, requirements, traveler-screen checks, and re-check triggers. It is easy to tell what output this tool produces. It does not explicitly distinguish itself from the sibling get_tourism_preflight, though the mention of a 'complete supported A/B/C flow' hints at a broader scope.

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?

The description gives no explicit guidance about when to use this tool versus get_tourism_preflight or search_rules. The 'Paid:' prefix signals a commercial condition, but there is no stated context, prerequisite, or exclusion. Usage must be inferred from the listed output contents rather than explained.

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

get_tourism_preflightBInspect

Free: classify a Japan-bound hotel service flow into the supported A/B/C model, list missing facts, and flag manual review. It does not return primary-source evidence.

ParametersJSON Schema
NameRequiredDescriptionDefault
collectsTravelPaymentNo
actsAsContractingPartyNo
handlesCancellationOrRefundNo
acceptsReservationOnPlatformNo

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden and does disclose several behaviors: it's free, it classifies into an A/B/C model, lists missing facts, flags manual review, and explicitly does not return primary-source evidence. However, there is no mention of output shape, error behavior, or how the input booleans drive the classification.

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?

Two clean sentences with the core action front-loaded and a clarifying negative in the second sentence. The leading 'Free:' is slight noise, but overall every clause earns its place.

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

Completeness2/5

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

For a tool with four inputs, no output schema, and no annotations, the description omits the definition of the A/B/C model, the input-to-classification mapping, and the returned shape of the missing-facts and manual-review results. An agent can call it but cannot accurately predict its output.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for the four boolean parameters, but it never mentions them or explains how they map into the A/B/C decision. The parameter names are self-descriptive, but nothing ties the inputs to the classification output.

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 uses specific verbs (classify, list, flag) against a named resource (Japan-bound hotel service flow) and states the output kinds (A/B/C classification, missing facts, manual-review flags). The explicit negative — 'does not return primary-source evidence' — further delineates what the tool is for.

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?

The description offers no guidance on when to use this tool versus alternatives, no when-not-to-use conditions, and no prerequisites. 'Free:' hints at a cost comparison but never states a selection context, leaving the agent to infer suitability.

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

search_rulesAInspect

Search a small curated index of official Japanese sources about mail-order sales advertising. Use this before get_evidence_pack. Results are evidence pointers, not legal conclusions.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesJapanese or English search terms, maximum 200 characters

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral transparency burden and does so well: it discloses the index is 'small' and 'curated,' restricts sources to 'official Japanese sources,' and warns that results are 'evidence pointers, not legal conclusions.' It does not describe exact result formatting, but covers the key behavioral expectations for a search 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 three short sentences with every sentence earning its place: what it searches, when to use it, and how to interpret results. It is front-loaded with the core purpose.

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 simple two-parameter search tool with no output schema, the description is complete enough: it states the domain, scope, usage order, and the nature of the results. The query parameter is documented in the schema, and the 'evidence pointers' statement gives the agent a clear expectation of the return value.

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 50%, with the query parameter already documented as 'Japanese or English search terms, maximum 200 characters.' The limit parameter has no description but its default, minimum, and maximum are clear from the schema. The tool description adds little parameter-specific meaning beyond the structured 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 names a specific verb and resource: 'Search a small curated index of official Japanese sources about mail-order sales advertising.' It also distinguishes itself from the sibling by stating it is a precursor to get_evidence_pack and that results are evidence pointers, not legal conclusions.

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

Usage Guidelines5/5

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

The description gives explicit sequencing guidance: 'Use this before get_evidence_pack.' This tells the agent when to invoke this tool relative to the only sibling, and clarifies that the output is meant as input evidence for later steps.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • Addedget_tourism_evidence_pack
    • Addedget_tourism_preflight
  2. 2 tool updates
    • First observedget_evidence_pack
    • First observedsearch_rules

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Enables querying a dataset of Japanese advertising-law enforcement actions, offering search, retrieval, recent listings, and statistical summaries so models can cite real orders rather than inventing them.
    4
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables searching and retrieving Japan Fair Trade Commission exclusion orders and recommendations by company, legal provision, or date, with source URLs and no determination of violations.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation4/5

Each tool maps to a distinct workflow step: rule search, rule evidence, tourism preflight, and tourism evidence. The two evidence-pack tools are distinguishable by the 'tourism' qualifier and their different inputs/outputs, though a generic get_evidence_pack next to get_tourism_evidence_pack could cause a quick double-take.

Naming Consistency4/5

All tool names use lowercase snake_case and start with an action verb, either get or search. Naming is mostly consistent, but get_evidence_pack lacks the domain qualifier that its tourism counterpart has, so the pattern is not perfectly uniform.

Tool Count5/5

Four tools is appropriate for this niche legal-evidence server: search_rules plus get_evidence_pack covers the mail-order rule workflow, and get_tourism_preflight plus get_tourism_evidence_pack covers the tourism workflow. Each tool has a clear job and no redundant tools exist.

Completeness4/5

The two read-only workflows are internally complete: search_rules feeds get_evidence_pack, and get_tourism_preflight feeds get_tourism_evidence_pack. However, the server is intentionally narrow, covering only mail-order advertising rules for the search index and supported A/B/C tourism flows, so there are minor gaps for broader Japanese regulatory coverage.