Skip to main content
Glama

Universal default password check (UK PSTI / EU CRA pattern)

check_router_compliance

Whether a router model still ships a universal default password, the pattern prohibited for consumer connectable products under the UK PSTI Act and targeted by the EU Cyber Resilience Act, based on the manufacturer-cited credential type, with the ssid.ai Router Compliance Index totals for context. Pass the ssid.ai slug (get it from get_router_defaults). Documentation reading, not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesssid.ai router slug

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool is read-only ('Documentation reading') and that it provides context via the Router Compliance Index totals. However, it doesn't describe what the output looks like, whether it can fail (e.g., unknown slug), or any rate limits. The 'not legal advice' caveat is useful but doesn't fully compensate for missing behavioral details.

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, information-dense sentence that front-loads the core purpose and regulatory context. It includes the essential usage instruction (get slug from get_router_defaults) and a caveat. It's slightly long but every clause adds meaning; no filler.

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?

For a single-parameter lookup tool with no output schema, the description covers the input source and the regulatory context. However, it doesn't describe the return value shape or possible error conditions (e.g., invalid slug). The sibling get_router_defaults is referenced, which helps, but the agent still lacks a full picture of what to expect.

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% and the only parameter (slug) is described as 'ssid.ai router slug'. The description adds the crucial detail that the slug comes from get_router_defaults, which is valuable. However, it doesn't add format details (e.g., URL-safe, case sensitivity) beyond what the schema provides. Baseline 3 is appropriate since the schema already documents the parameter.

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 the tool's purpose: checking whether a router model ships a universal default password, and ties it to specific regulations (UK PSTI, EU CRA). It names the resource (router model via ssid.ai slug) and the specific question being answered. It also distinguishes itself from siblings by referencing get_router_defaults as the source for the slug.

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 tells the agent to pass the ssid.ai slug obtained from get_router_defaults, which is a clear usage instruction. It also notes the tool is documentation reading, not legal advice, which sets expectations. However, it doesn't explicitly state when NOT to use this tool or name alternatives beyond the slug source.

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.