Japan RuleWatch
Server Details
Official Japanese e-commerce rule evidence for mail-order advertising and return-policy disclosures.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- kadopi/japan-rulewatch-mcp
- GitHub Stars
- 0
- Server Listing
- Japan RuleWatch
Available Tools
4 toolsget_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.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exact rule ID returned by search_rules |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| collectsTravelPayment | No | ||
| actsAsContractingParty | No | ||
| handlesCancellationOrRefund | No | ||
| acceptsReservationOnPlatform | No |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| collectsTravelPayment | No | ||
| actsAsContractingParty | No | ||
| handlesCancellationOrRefund | No | ||
| acceptsReservationOnPlatform | No |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Japanese or English search terms, maximum 200 characters |
TDQS
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.
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.
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.
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.
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.
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.
2 tool updates
- Added
get_tourism_evidence_pack - Added
get_tourism_preflight
2 tool updates
- First observed
get_evidence_pack - First observed
search_rules
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Japanese law, corporation & statistics data as MCP, normalized to English with source attribution.
Raw Japanese regulatory data for AI agents: pension, gazette, gBizINFO. x402-metered (USDC).
Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.
Can this product actually be returned? The merchant's exact clause, its URL and the date.
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables 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.4MIT
- AlicenseNot gradedqualityBmaintenanceEnables 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
- AlicenseAqualityAmaintenanceSearches and retrieves Japanese national legislation from the official e-Gov API, providing verifiable citations with stable URLs and human-readable references.6Apache 2.0
- AlicenseAqualityCmaintenanceFull-text search across all ~10,000 current Japanese laws and regulations (official e-Gov data): keyword search, table of contents, and exact article text.3MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.