Skip to main content
Glama

List MU physical-shipping orders (owner only)

mu_ship_orders

List physical (address-bearing) orders for the factory shipping console with their ship_status (pending|in_production|shipped|delivered), courier and tracking. Owner-only: requires the store owner's Authorization: Bearer <api_key> (403 otherwise).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoInclude delivered orders too (default false = active only).
revealNoShow full address/phone. Default false = masked (city + last-4) so customer PII stays out of the chat log; set true only when you actually need the full address.

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the auth requirement (Bearer token, 403 otherwise) and mentions the output includes status, courier, and tracking. However, it does not state whether the operation is read-only, idempotent, or if there are any side effects. More behavioral context would be beneficial.

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 extremely concise: one main sentence plus a brief owner-only clarification. Every sentence provides essential information without extraneous detail. The most critical information (what, for whom, auth requirement) is front-loaded.

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 tool's simplicity (2 boolean params, no output schema, no annotations), the description covers the purpose, parameters with usage advice, and auth requirement. It mentions the fields returned (ship_status, courier, tracking) but does not specify the exact response structure (e.g., array of objects). For a list tool, a note on pagination or sorting would be helpful but is not critical given the simple nature.

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

Parameters4/5

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

The schema already has 100% coverage with descriptions for both parameters. The tool's description adds significant value by explaining the default behavior for 'all' (active only) and importantly for 'reveal' it cautions about PII sensitivity ('customer PII stays out of the chat log'), guiding appropriate usage. This exceeds the schema's basic descriptions.

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 clearly states the action 'List' and the specific resource 'physical (address-bearing) orders for the factory shipping console'. It also specifies the returned fields (ship_status, courier, tracking) and the access restriction (owner-only), leaving no ambiguity about what the tool does. The title reinforces this by mentioning 'owner only'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates the tool is for the 'factory shipping console' and is owner-only, implying it's for administrative use. However, it does not explicitly state when to use this tool versus its siblings (e.g., mu_ship_csv, mu_ship_mark) or provide conditions for alternative selection. More explicit guidance would improve usability.

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

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose; no two tools appear to do the same thing. Even closely related tools (e.g., mu_quote vs mu_rfq_create, mu_preview_mockup vs mu_create_product) are differentiated by read-only vs. action, or draft vs. send.

Naming Consistency5/5

Tool names consistently use snake_case with the mu_ prefix, and follow a clear verb_noun or noun_verb pattern. Groups like mu_gi_*, mu_ship_*, mu_rfq_* maintain internal consistency. No arbitrary or ambiguous names.

Tool Count4/5

The tool count of 28 is on the higher side but appropriate for the breadth of functionality (registration, product lifecycle, manufacturing, shipping, sales, admin). It's well within a manageable range for a comprehensive server.

Completeness4/5

The tool surface covers core workflows comprehensively: registration, product CRUD (with create, update, retire), manufacturing quotes (informational and RFQ with spec drafting), shipping (CSV, tracking, status updates), sales data, and gi-specific management. Minor gaps include lack of store update/delete and product search, but these are not critical for the main use cases.

Resources