Skip to main content
Glama
woraphol-j

LINE Shopping API MCP

by woraphol-j

Update_tracking_number

Update the shipping tracking number and URL for a shipped order to provide accurate delivery tracking.

Instructions

Update the shipping tracking number for the selected order that the shipment status is Shipped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderNoYesOrder number
trackingNumberNo
trackingUrlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkoutAtNoCheckouted date
discountAmountNoTotal discount from the order price (excluding instant discounts applied to products)
isGiftNoIf product is set to 'Allow gift' or 'Gift only' will be returned 'true'
lastUpdatedAtNoLast updated date
orderItemsNo
orderNumberNoOrder number
orderStatusNoOrder status
paidAtNoPaid date
paymentMethodNoPayment method
paymentStatusNoPayment status
remarkBuyerNoNote from buyer
remarkRecipientNoRemark recipient
shipmentDetailNo
shipmentPriceNoTotal shipping fee
shipmentStatusNoShipment status
shippingAddressNo
subtotalPriceNoSubtotal price after applying instant discount to order items
totalPriceNoTotal order price (subtotalPrice + shipmentPrice - discountAmount)
weightNoTotal weight
Behavior2/5

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

No annotations provided, so description must cover behavioral aspects. Only states a prerequisite (shipment status Shipped) and the update action. Does not disclose idempotency, error handling, authentication requirements, or side effects (e.g., overwriting previous tracking number).

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?

Single sentence that is front-loaded with verb and object. Efficient but could be structured for clarity (e.g., bullet points). No wasted words.

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

Completeness2/5

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

Has output schema, so return values need not be explained. However, for a simple update tool, description should cover parameter usage, conditions, and potential errors. Only the prerequisite is mentioned. Missing details like required vs optional parameters beyond schema and what happens if order not found.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 3 parameters with 33% description coverage. Description adds the shipment status condition for orderNo context, but does not elaborate on trackingNumber or trackingUrl meaning, validation, or format beyond the examples. Does not compensate for low schema coverage.

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?

Describes specific action (update tracking number) for a specific resource (selected order) under a condition (shipment status is Shipped). Clearly distinguishes from sibling tools like Mark_as_ship or Cancel_Order.

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?

States when to use: only when shipment status is Shipped. Implicitly excludes use when status is not Shipped. Does not explicitly mention alternatives or when not to use, but context is clear.

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/woraphol-j/lineshopping-api-mcp'

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