Skip to main content
Glama
ymuichiro

Yahoo! Shopping MCP

Yahoo!ショッピング商品検索

search_products
Read-only

Search Yahoo! Shopping products by keyword or JAN code. Filter by price, stock, condition, shipping, and more. Read-only access, no purchases or account changes.

Instructions

読み取り専用でYahoo!ショッピングの商品を検索します。購入、注文、アカウント変更は行いません。queryまたはjan_codeのいずれかを指定してください。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo並び順
queryNo商品名やキーワード
startNo取得開始位置
resultsNo返却件数
in_stockNo在庫ありに限定するか
jan_codeNoJANコード
price_toNo価格上限(円)
shippingNo送料条件
brand_idsNoYahooブランドID
conditionNo新品または中古
seller_idNoYahooストアID
image_sizeNo画像サイズ
price_fromNo価格下限(円)
is_discountedNoセール対象に限定するか
genre_category_idsNoYahooジャンルカテゴリID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
productsYes
Behavior4/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, but the description adds explicit exclusions: '購入、注文、アカウント変更は行いません' (does not purchase, order, or change accounts). This adds concrete behavioral context beyond the generic hints.

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 three short sentences, front-loaded with the core action, followed by the read-only clarification and the parameter requirement. Every sentence earns its place with no redundant or vague text.

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 rich schema (15 parameters, all described, plus output schema) and safety annotations, the description is adequate. It covers the primary usage constraint and read-only scope, while the schema handles the rest. Slightly reduced because it doesn't summarize other constraints, but they are present in the schema.

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?

The schema description coverage is 100%, with every parameter having a description. The tool description only repeats the query-or-jan_code requirement already present in the schema's allOf/anyOf and its overall description, adding no new semantic meaning.

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?

Description states 'Yahoo!ショッピングの商品を検索します' (searches Yahoo! Shopping products), which is a specific verb+resource. It also explicitly says '読み取り専用' (read-only), distinguishing it from transaction tools. No siblings exist to differentiate, but this is clear and specific.

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 advises 'queryまたはjan_codeのいずれかを指定してください' (specify either query or jan_code), giving clear parameter guidance. It also states it does not perform purchases, orders, or account changes, implicitly defining when not to use it. No alternatives exist, but the guidance is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ymuichiro/yahoo-shopping-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server