Skip to main content
Glama

update_gift_quantity_by_sku

Overwrite gift stock quantity by SKU to synchronize inventory in batches.

Instructions

[WRITE] 依 SKU 更新贈品庫存數量。

【用途】 直接以 SKU 為索引更新贈品庫存數量,適合批次庫存同步場景。

【呼叫的 Shopline API】

  • PATCH /v1/gifts/quantity-by-sku

【回傳結構】 dict 含 success: bool, resource_id: str, message: str。

【副作用】

  • 指定 SKU 的贈品庫存數量將被覆蓋為新值

  • 庫存變動立即生效,影響贈品可用性

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYes贈品 SKU 編號
quantityYes新的庫存數量(絕對值,非差異)
Behavior4/5

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

With no annotations, the description carries full burden. It details side effects (inventory overwritten, immediate effect) and the API endpoint. However, it could mention error handling or idempotency. Still, it provides substantial 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 well-structured with clear sections (purpose, usage, API call, return, side effects) and front-loaded. It is not overly verbose, though it could be slightly more concise.

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

Completeness5/5

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

For a simple update tool with no output schema, the description covers all necessary context: return structure, side effects, full parameter semantics (via schema), and use case. It is 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 coverage is 100% and both parameters are described in the schema (e.g., quantity is absolute value). The description does not add new parameter info beyond the schema, so score is baseline 3.

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 explicitly states it updates gift inventory by SKU, specifies it's a WRITE operation, and mentions batch inventory sync context. This clearly differentiates it from sibling tools like update_gift or update_gift_xxx.

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?

It states this tool is suitable for batch inventory sync scenarios, providing clear usage context. However, it does not explicitly mention when not to use or suggest alternatives, 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.

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-shopline'

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