Skip to main content
Glama

create_buy_ship_cart_order

Compatibility tool: create a multi-item manual Korean buy/shipping exception request for an overseas seller or seller agent. This is not the main product flow. It records bundled products, quantities, destination address, and seller responsibility consent. It does not collect money or trigger Korean purchasing; ordinary exceptions return payment_pending and risky requests return review_required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
itemsYes
notesNo
companyNo
buyer_nameNo
target_marketNo
accepted_b2b_csYes
ship_to_addressYes
ship_to_countryYes
accepted_regulatory_noticeYes

TDQS

A3.7/5.0
Behavior3/5

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

No annotations provided, so description must disclose behavior. It states the tool does not collect money or trigger Korean purchasing, and describes possible outcomes. However, it omits details about authentication requirements, idempotency, or write operations.

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?

Four sentences, front-loaded with purpose, no wasted words. Each sentence adds distinct value: purpose, differentiation, non-payment constraint, and outcome states.

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?

Despite good purpose clarity, the tool has 10 parameters with no schema descriptions, no output schema, and no annotations. The description only partially covers parameter meanings and omits return structure, error scenarios, and prerequisites, making it insufficient for full understanding.

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 coverage is 0% (no property descriptions). Description mentions 'bundled products, quantities, destination address, and seller responsibility consent,' covering only items, ship_to fields, and accepted checkboxes. Other parameters like email, company, buyer_name, target_market, notes are unexplained, leaving semantic gaps.

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 clearly states it creates a multi-item manual Korean buy/shipping exception request for overseas sellers/agents, and explicitly distinguishes from the main product flow, differentiating from sibling 'create_direct_buy_ship_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?

Description specifies it is for manual exceptions, not the main flow, and notes that it does not collect money or trigger purchasing. It also indicates return states (payment_pending vs review_required). Lacks explicit when-not-to-use but context is clear enough.

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

C2.9/5.0
Disambiguation4/5

Most tools have distinct purposes, but create_buy_ship_cart_order and create_direct_buy_ship_order are nearly identical, causing potential confusion. Additionally, build_buyer_discovery_queue and build_cash_sprint_packet overlap in targeting buyer segments.

Naming Consistency5/5

All tools follow a clear verb_noun pattern (build_, get_, create_, search_) with consistent snake_case, making it easy to infer functionality from the name.

Tool Count3/5

With 26 tools covering diverse domains (stock market, real estate, tourism, sourcing, etc.), the scope feels broad and somewhat bloated. A more focused set would improve coherence.

Completeness3/5

The tool set covers many aspects of Korea data and seller workflows, but notable gaps exist: no tools for actual listing posting, sending communications, or completing transactions, as many build_ tools explicitly exclude those steps.