Skip to main content
Glama
elsi06

Shopify MCP Manager

by elsi06

get_order

Fetch detailed order information from Shopify using the order GID. Access status, items, customer, and payment details in one call.

Instructions

Gets detailed information about a single order

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesShopify Order GID (e.g. "gid://shopify/Order/123456")
Behavior2/5

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

No annotations are provided, so the description must bear the burden of behavioral disclosure. It only states that the tool 'gets detailed information' but does not describe error behavior, permissions, rate limits, or return structure. Without annotation support, this is a significant gap.

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, focused sentence with no verbose or redundant content. It is front-loaded with the action and resource, making it easy to scan and understand.

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?

The tool is a simple get-by-ID operation, and the description provides the core purpose. However, with no output schema describing the return value and no annotations, the vague phrase 'detailed information' leaves the agent guessing what data will be included. It is minimally viable but with clear gaps.

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 has 100% description coverage for the `id` parameter, including a clear example of the expected Shopify GID format. The description adds no parameter-level information beyond what the schema already provides, so a 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 ('gets') and resource ('a single order'), making the purpose immediately clear. It distinguishes itself from sibling tools like list_orders by explicitly specifying 'single order', so an agent can select it correctly.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives (e.g., list_orders). It does not mention prerequisites, exclusions, or scenarios where another tool would be more appropriate. The implied usage from 'single order' is minimal and not explicit enough.

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/elsi06/shopify-mcp-manager'

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