Skip to main content
Glama

create_product

[EN] Register a new catalog product SKU (needs Bearer API key; insert-only, no overwrite). / 建材カタログ (products) に新しい製品 SKU を登録する。サッシ/窓/断熱材/照明/設備/家具/ドア等。Authorization: Bearer <APIキー> (/console で発行) が必須。登録後は /catalog と search_catalog に即反映。既存 SKU の上書きは不可 (insert-only)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYes一意な SKU (英数・- _ . 、64字以内)。例: YKK-APW330-W
urlNoメーカー公式ページ URL
nameYes製品名 (必須)
specNo追加スペック (任意の key/value オブジェクト)
tagsNoカンマ区切りタグ
brandNoブランド (例: YKK AP, LIXIL)
u_valueNo熱貫流率 U値 W/m²K
categoryYesカテゴリ (必須)。例: サッシ, 窓, 断熱材, 照明, 設備, 家具, ドア
jan_codeNoJAN コード
mfr_codeNoメーカー型番
eta_valueNo日射熱取得率 η値
ifc_classNoIFC クラス (省略時はカテゴリから推定。例: IFCWINDOW)
price_jpyNoメーカー希望小売 税抜 円
descriptionNo製品説明
install_jpyNo施工費の目安 円
stock_statusNo在庫 (in_stock/low_stock/order/made_to_order/discontinued。既定 in_stock)
lead_time_daysNo納期 (日)
warranty_yearsNo保証年数

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses authentication needs (Bearer API key), insert-only behavior (no overwrite), and immediate propagation to /catalog and search_catalog. However, it does not mention error handling (e.g., duplicate SKU) or rate limits, which would enhance transparency.

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 concise given the tool's complexity, mixing English and Japanese efficiently. It front-loads the core purpose and key constraints. The bilingual format is space-efficient but could be more structured (e.g., bullet points) for improved scannability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 18 parameters and no output schema, the description provides essential context (auth, insert-only behavior, immediate reflection) but lacks information on the response format, error cases (e.g., duplicate SKU), and whether the operation is idempotent. Given the complexity, more detail would be justified.

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% with detailed parameter descriptions (e.g., SKU format, category examples). The tool description adds no extra parameter information beyond what the schema provides, so it meets the baseline but does not exceed it.

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 'Register a new catalog product SKU' and emphasizes 'insert-only, no overwrite', which distinguishes it from sibling tools like update_product and retire_product. The specific product categories (sash, windows, insulation, etc.) further clarify scope.

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 tool description specifies prerequisites (Bearer API key) and notes that it is insert-only, implying that updates should use alternative tools (update_product exists as sibling). It also mentions immediate reflection in catalog and search, but does not explicitly name the alternative tool, which would improve guidance.

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.6/5.0
Disambiguation4/5

Most tools have distinct purposes, but some potential overlap exists (e.g., get_site_context and get_houki_rules both provide site conditions, and set_site_context vs. upsert_zoning_rule could be confused). Overall, descriptions help disambiguate.

Naming Consistency4/5

Tools predominantly use a verb_noun pattern (e.g., create_house, update_house, set_visibility). A few outliers like houki_check and whoami break the pattern, but naming is mostly consistent.

Tool Count3/5

29 tools is heavy but covers a broad domain (house design, construction, catalog, contractors, admin). Some tools are niche (e.g., list_incomplete_addresses, set_forkable), but each serves a clear purpose. Could be streamlined.

Completeness4/5

Core operations for house lifecycle (create, read, update, check) are present. Lacks explicit delete/archive for houses (only set_visibility), and no tool to update site context directly (only set via set_site_context). Minor gaps but domain is well-covered.

Resources