Skip to main content
Glama
maxiomus

MCP Shopify Admin Server

by maxiomus

Plan Order Fulfillment

order_fulfill_plan

Plan a Shopify order fulfillment as a staged operation: specify order and tracking details, preview, then execute with optional customer notification.

Instructions

Plan an order fulfillment. This creates a staged operation that must be previewed and executed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeYesStore name
order_idYesOrder ID (numeric ID or full GID)
tracking_urlNoTracking URL
notify_customerNoSend shipment notification to customer
response_formatNoResponse formatjson
tracking_numberNoTracking number
tracking_companyNoShipping carrier name
Behavior4/5

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

Annotations declare readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description adds that the tool 'creates a staged operation' and that it 'must be previewed and executed', which clarifies the side effect (creating a plan) and the required follow-up steps. This complements the annotations without contradicting them, though it does not detail other behavioral traits like authentication or failure modes.

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 two sentences long and front-loaded with the purpose. Every sentence adds value: the first states what the tool does, the second explains the crucial planning-step behavior. There is no fluff or repetition.

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 moderate complexity, the presence of annotations, and full schema coverage, the description covers the essential workflow context. It explains the staged nature and the need for preview/execute, which is key. However, since there is no output schema, the description doesn't mention what the plan operation returns (e.g., an operation ID), leaving a small gap in expected response behavior.

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?

The input schema provides full descriptions for all 7 parameters, achieving 100% schema_description_coverage. The tool description does not add any parameter semantics beyond what the schema already contains, so the baseline score of 3 is appropriate.

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 uses a specific verb 'Plan' with a clear resource 'order fulfillment', and explicitly states it creates a staged operation that must be previewed and executed. This distinguishes it from sibling tools like order_fulfill_preview and order_fulfill_execute, making its purpose unambiguous.

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?

The description clearly implies the workflow: this tool creates a plan that must be followed by preview and execute steps. It gives context that this is the initial planning step, but does not explicitly name alternatives or state when not to use it. Sibling tool names reinforce the context, but explicit exclusion is missing.

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