接続ガイドの一覧
list_guides機種別の接続ガイド・組み合わせレシピ・コラムの一覧(タイトル・概要・URL)を新しい順に返す。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | guide=接続ガイド / recipe=レシピ / column=コラム |
list_guides機種別の接続ガイド・組み合わせレシピ・コラムの一覧(タイトル・概要・URL)を新しい順に返す。
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | guide=接続ガイド / recipe=レシピ / column=コラム |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=false, destructiveHint=false, so the safety profile is covered. The description adds real behavioral context beyond that: results are returned newest-first and each entry carries title, summary, and URL. It does not mention pagination, list-size limits, or auth requirements, which keeps it short of a 5.
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?
A single front-loaded sentence that states the resource, the returned fields, and the sort order with zero filler. Nothing is padded or repeated from the title.
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?
With no output schema, the description usefully declares what each list item contains (title, summary, URL) and the ordering, and the one optional parameter is fully covered by the schema. It stops short of noting whether the list is paginated or capped, which is the only remaining gap for a listing tool.
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 100% and the single enum parameter is fully documented in the schema with per-value meanings. The description restates the three content types but adds no new syntax, defaults, or filtering semantics, so the baseline 3 for a well-documented schema applies.
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 a specific resource set (機種別の接続ガイド・組み合わせレシピ・コラム), and also states the returned fields and ordering. Sibling tools (get_device, search_devices, get_rating_criteria) are all device/rating lookups, so this listing tool is unambiguous without needing to be named.
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?
Usage is implied: fetch the full corpus of guides/recipes/columns, optionally narrowed by category. The description never states when to prefer this over another tool, nor any exclusions (e.g., 'use this for browsing, not for text search'). Adequate but not explicit routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.