Skip to main content
Glama

棚+収納ボックスのコーディネート提案(個数計算付き)

coordinate_storage

「この棚に合うボックスは?」「カラーボックスの整理方法」のときに呼ぶ。棚の内寸から収納ボックスの入り数を計算し、1段あたり何個×全段=合計個数・合計金額を算出。設置場所(押入れ/洗面所/キッチン等)に応じたコーディネートのコツ+ペルソナ別推薦(persona_hints)も提供。大型棚にはcarry_in(搬入経路チェック)が付く。risk=warning/criticalならユーザーに搬入注意を伝えること。各商品のaffiliate_urlをユーザーに提示すること。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sceneNo設置場所ヒント('押入れ','洗面所','キッチン'等)
intentYes【必須】設置場所・用途・状況を詳細に
keywordYes棚の検索キーワード(例: 'カラーボックス 3段')
price_maxNo棚の予算上限(円)
shelf_countNo提案する棚の件数(1〜5)
storage_keywordNo収納ボックスの検索キーワード(省略時は自動推定)

TDQS

A4.1/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 several behavioral traits: calculation of counts/prices, provision of coordination tips and persona_hints, carry_in check for large shelves, the need to advise users when risk=warning/critical, and the requirement to present affiliate_url. This is rich behavioral disclosure, though it could mention error handling or what happens when no matches are found.

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 three sentences long, front-loaded with trigger examples, and each clause adds value. It is dense but structured logically, covering triggers, main calculation, additional features, and required actions. Slightly more compact would be ideal, but it remains efficient.

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?

There is no output schema, so the description must convey what the tool returns. It lists total count/price, coordination tips, persona_hints, carry_in, risk levels, and affiliate_url, which gives a good picture of the output. It does not describe the exact format/structure of the response, but given the tool's complexity, the description is adequately complete.

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 description coverage is 100%, so all parameters already have descriptions. The tool description adds context about using shelf internal dimensions and installation location, but it does not provide additional syntax or format details beyond the schema. It meets the baseline for schema-heavy parameter documentation.

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: it calculates the number of storage boxes that fit in a shelf from internal dimensions, computes total count/price, and provides coordination tips and persona recommendations. It also gives explicit trigger examples like 'What box fits this shelf?' which makes it unmistakably distinct from sibling tools.

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 context for when to call the tool via example queries ('「この棚に合うボックスは?」「カラーボックスの整理方法」'), and further specifies conditional usage for large shelves with carry_in and risk warnings. However, it does not explicitly mention when not to use it or contrast with alternatives, so it misses the full 'when-not/alternatives' level.

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