Skip to main content
Glama

device-house

compliance_check

言葉から設計したデバイスの規制適合(技適/PSE/CE/FCC/RoHS+発注先+部品調達)を機械チェック。設計で制御可能な指標は判定、実世界の試験/申請は要対応で正直表示(盛らない)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes評価したいデバイスを言葉で

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It discloses a key behavioral trademark: it separates design-controllable metrics (judged) from real-world tests/applications (marked as '要対応') and explicitly promises honesty ('盛らない'). This tells the agent what to expect in terms of output nuance, though it does not mention side effects or return format.

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 dense sentences pack the purpose, scope, and behavioral policy without redundancy. Key information is front-loaded: '機械チェック' leads, then certifications, then the honesty clause. No filler 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 low complexity (1 required param, no output schema, no annotations), the description is largely complete: it explains the input type, what is checked, and the honesty policy. The only gap is an explicit description of the return value or output format, but that is not critical for a check tool of this simplicity.

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?

The schema already covers 100% of parameters with a description ('評価したいデバイスを言葉で'). The tool description adds semantic context by linking '言葉から設計したデバイス' to the prompt parameter, clarifying that the prompt should be the verbal device description. This goes beyond the bare schema and helps the agent construct meaningful input.

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 action ('機械チェック') and a specific resource ('デバイスの規制適合'), listing concrete certification standards (技適/PSE/CE/FCC/RoHS) and supply-chain aspects (発注先+部品調達). This clearly distinguishes it from siblings like eval_device or manufacturing_readiness, which likely focus on other evaluation or production-readiness aspects.

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 implies when to use the tool: when you have a device designed from a text description and need a compliance check. It also states the scope (regulatory certifications + ordering + parts) without naming alternatives or exclusions. While not explicit about comparing to siblings, the context is clear enough for an agent to decide.

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

B3/5.0
Disambiguation4/5

Tools are largely distinct, but get_netlist and get_kicad_netlist could be confused; descriptions clarify one is for autoroute input and the other is KiCad-integrated. Parts tools are well-separated between listing, search, stats, and CRUD operations.

Naming Consistency3/5

Naming mixes conventions: verb_noun (generate_device, parts_add), get_noun (get_firmware, get_netlist), and noun phrases (compliance_check, manufacturing_readiness). Within subgroups like parts_* and get_* it's consistent, but overall there's no single pattern.

Tool Count4/5

21 tools is on the heavier side but appropriate for the broad scope of hardware design, evaluation, manufacturing outputs, and parts management. Each tool serves a distinct function, and the count is manageable without feeling bloated.

Completeness4/5

The toolset covers the full lifecycle from design generation (generate_device) through evaluation (eval_device, compliance_check, manufacturing_readiness), output files (BOM, firmware, netlists, SVG, placement), ordering, and parts CRUD. Minor gaps like lacking a direct 'get_device' retrieval are workaroundable.

Resources