Skip to main content
Glama

Robozukan (ロボ図鑑)

デバイスの銘板を取得

get_device
Read-only

1台のデバイスについて、AI接続性と自律度の判定根拠、接続口(API/SDK/MCP/ハック)、必要なひと手間、出典と確認日、関連する接続ガイドを返す。slug は search_devices の結果から取る。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesデバイスの slug(例: switchbot-hub-2)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, openWorldHint=false, so the safety profile is covered. With no output schema, the description usefully carries the return contract by enumerating what comes back (jaunt rationale, ports, sources, confirmation dates, related guides), which is genuine disclosure beyond the annotations. It omits error/not-found behavior.

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?

Front-loaded with the return payload, followed by a short actionable instruction. Dense but every clause names a distinct returned field; no filler sentences, though the payload list is long enough to approach a wall of nouns.

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 single-parameter, read-only lookup with no output schema, the description supplies the return contents and the slug source, so an agent can call it correctly without further context. Missing only failure-mode behavior and any hint about output shape/structure.

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?

Schema coverage is 100% and the schema already documents the slug format and example, so the baseline would be 3. The description adds real meaning by specifying where the slug originates (search_devices results), which affects correct invocation rather than just repeating the schema.

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?

States a specific verb (返す/returns) and resource (1台のデバイスの銘板) and enumerates the actual payload: AI connectivity, autonomy rationale, ports, manual steps, sources/dates, and related guides. It implicitly contrasts with the sibling search_devices by telling the agent the slug comes from there, though it never explicitly says 'single device vs. list'.

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 closing sentence 'slug は search_devices の結果から取る' gives a clear prerequisite and workflow: run search_devices first, then fetch details for one device. No explicit when-not-to-use or exclusion is stated, so it stops short of a 5.

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.

Resources