Skip to main content
Glama

Japan RuleWatch

search_rules

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.

Input Schema

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

TDQS

A4/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 and does meaningful work: it reveals the index is 'small' and 'curated', clarifies the source type, and explicitly warns that results are 'evidence pointers, not legal conclusions'. This sets appropriate expectations about scope and result nature, though it omits operational details like rate limits or failure modes.

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 sentences with no filler. It front-loads the core purpose, immediately provides workflow guidance, and closes with an important caveat about output semantics. 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 communicates purpose, sequence, and the conceptual nature of results, but there is no output schema and no annotation support. It does not describe the actual shape of an 'evidence pointer' or explain how limit affects results, leaving meaningful gaps for a tool with no output schema.

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 coverage is only 50%, and the description adds no parameter-level meaning. The query parameter has a schema description, and the limit has min/max/default constraints, but the description does not compensate for the low coverage or clarify how the limit parameter behaves in the search context.

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 a specific action ('Search'), a precise resource ('a small curated index of official Japanese sources'), and a domain ('mail-order sales advertising'). It also distinguishes itself from the sibling tool by framing itself as a search step rather than an evidence-gathering step.

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 explicitly instructs the agent to use this tool before get_evidence_pack, providing clear sequential guidance. It does not, however, articulate when not to use it or describe alternative conditions, so it stops short of full exclusion guidance.

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.2/5.0
Disambiguation5/5

The two tools have clearly distinct roles: search_rules finds relevant rule IDs, while get_evidence_pack retrieves detailed evidence for a specific ID. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow the verb_noun pattern consistently: 'search_rules' and 'get_evidence_pack'. The naming is predictable and reflects each tool's action and target resource.

Tool Count3/5

With only 2 tools, the server sits at the thin end of the scale. However, the scope is intentionally narrow—a search-and-retrieve workflow—so the count is borderline but not unreasonable.

Completeness4/5

The server covers the core discovery and retrieval loop for its curated rule index: search then fetch evidence. Minor gaps exist, such as no way to list all rules or browse by category, but these are workable for the stated purpose.

Resources