Skip to main content
Glama

関連アイテムチェーン(一緒に買うべき付属品・保護材・パーツ)

get_related_items

search_productsで商品を見つけた後、「他に何が必要?」を提案するために呼ぶ。必須付属品(required=true: フィルター/ケーブル等)と推奨品(保護マット/パーツ等)を分けて返す。各関連アイテムは楽天検索結果付きで即提案可能。depth=2で「関連の関連」まで展開。required=trueのアイテムは必ずユーザーに伝えること。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoチェーン深度(1=直接関連、2=関連の関連も含む)
intentYes【必須】関連アイテムを探す理由
keywordNo製品名やキーワード(IDが不明な場合)
product_idNo既知製品のID(get_product_detailで取得)
include_rakutenNo楽天で関連アイテムを検索するか

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses meaningful behavior: results are split into required and recommended groups, each item comes with Rakuten search results for immediate suggestion, depth=2 expands to 'related of related', and required=true items must be communicated to the user. This goes beyond a simple verb and gives actionable behavioral rules.

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 concise and well-structured: it opens with the primary use case, then explains the output split, the Rakuten integration, the depth behavior, and the mandatory instruction about required items. Every sentence adds value, and the most important information is front-loaded.

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 tool has 5 parameters and no output schema, the description covers the main aspects: when to use, what it returns, and a key rule. However, it lacks details on how product_id and keyword interact (e.g., which takes precedence, whether both can be provided), and it doesn't describe the response structure beyond the required/recommended split. This is a minor gap but not critical.

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%, so the baseline is 3. The description adds some context to parameters (e.g., depth=2 expansion, Rakuten search results related to include_rakuten), but essentially restates what the schema already documents. It doesn't clarify the precedence or mutual exclusivity of product_id and keyword, so it doesn't elevate above baseline.

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: to suggest complementary items (accessories, protective materials, parts) after finding a product with search_products. It distinguishes itself from siblings by focusing on the 'what else do you need?' use case and explicitly separates required vs recommended items.

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 provides clear usage context: call it after using search_products to find a product. It doesn't explicitly name alternatives, but the context ('他に何が必要?') and the reference to search_products make the intended workflow clear. It implies not to call it before product discovery.

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

A3.9/5.0
Disambiguation3/5

Multiple tools handle product discovery (search_products, search_rakuten_products, search_amazon_products, suggest_by_space, find_replacement), and their boundaries require careful description reading. diagnose_ai_visibility is completely unrelated to furniture, adding confusion. Most tools are distinct, but the search cluster is ambiguous.

Naming Consistency4/5

Tool names consistently use snake_case with verb prefixes (get_, search_, find_, list_, etc.). While some verbs overlap (search vs find), the pattern is predictable and no mixed styles exist.

Tool Count4/5

18 tools is on the higher side but reasonable for a rich domain. However, several search variants and the unrelated diagnose_ai_visibility tool could be consolidated, making it slightly bloated.

Completeness4/5

The furniture hub covers the full user journey: search, detail, compare, related, photo measurement, space planning, storage, replacements, and even demand analysis. Missing features like direct purchase are handled via affiliate links. The unrelated AI visibility tool doesn't create a gap in furniture functionality.

Resources