Skip to main content
Glama
asgard-ai-platform

mcp-buy123-vendor

list_item_selection

Fetch approved products for plan selection, with optional filters for keyword, item IDs, or gift status.

Instructions

取得商品選擇列表 (GET /v1/item-selection) — 只包含審核通過的商品,供方案選擇商品用。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
is_giftNo是否為贈品
keywordNo關鍵字 (商品名稱 / 廠商商品 SKU)
item_idsNo商品 ID 列表 (逗號分隔)
Behavior3/5

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

With no annotations provided, the description carries the burden. It discloses a key behavior (only approved items) and implies a read-only operation via the GET endpoint, but it does not mention pagination, ordering, response structure, or any required authentication. This is adequate but not rich.

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 a single, well-structured sentence that front-loads the purpose and includes the endpoint and key filter. No wasted words.

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?

The description provides the essential context: resource, endpoint, purpose, and the approval filter. Given the tool has no output schema and no annotations, it covers the core needs for a simple list tool. It omits pagination or return field details, but these are not critical given the simplicity.

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% for all three parameters (is_gift, keyword, item_ids), each with clear descriptions. The tool description itself adds no parameter details, but the schema already handles this, so a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves an item selection list (GET /v1/item-selection) and specifies that it only includes approved products for plan selection. This distinguishes it from general item lists like list_items, though it does not explicitly name sibling alternatives.

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 gives a clear usage context: '供方案選擇商品用' (for plan product selection). It also notes the list contains only approved items, implying when it is appropriate. However, it does not explicitly state when not to use it or name alternatives.

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/asgard-ai-platform/mcp-buy123-vendor'

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