Skip to main content
Glama
maxiomus

MCP Shopify Admin Server

by maxiomus

List Orders

order_list
Read-onlyIdempotent

Retrieve order records from a Shopify store with optional filters for status, financial state, and fulfillment. Use pagination to access large order sets.

Instructions

List orders from a Shopify store with optional filtering by status and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of orders to return (1-250)
storeYesStore name (use store_list to see available stores)
cursorNoPagination cursor from previous response
statusNoFilter by order statusany
response_formatNoResponse formatjson
financial_statusNoFilter by financial status
fulfillment_statusNoFilter by fulfillment status
Behavior2/5

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

Annotations already disclose readOnly, idempotent, and non-destructive behavior. The description adds no new behavioral context beyond what the schema provides (e.g., 'filtering by status and pagination' is already in parameter descriptions). It fails to mention pagination flow or response characteristics.

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 sentence of 12 words, front-loaded with 'List orders', and includes all essential information. Every word earns its place with no redundancy.

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

Completeness3/5

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

Given the tool's moderate complexity (7 params, all documented in schema) and strong annotations, the description is minimally adequate. However, it does not explain cursor-based pagination usage or the response format beyond schema fields, leaving some gaps for a complete understanding.

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% with detailed parameter descriptions, so the baseline is 3. The description's mention of 'status' and 'pagination' is redundant with schema fields; no additional semantic meaning is provided.

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 'List orders from a Shopify store' with a specific verb and resource. It distinguishes itself from sibling order_get by focusing on listing multiple orders with filtering, though it does not explicitly name alternatives.

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 implies usage for listing orders, especially with optional filtering and pagination, but does not provide explicit when-to-use vs alternatives. No exclusions or alternative tool mentions are included, so the guidance is only implied.

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/maxiomus/mcp-shopify-admin'

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