listTransactions
Retrieve all transactions associated with a specific order ID.
Instructions
List transactions for an order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | The order ID |
Retrieve all transactions associated with a specific order ID.
List transactions for an order
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | The order ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It does not mention whether the operation is read-only, requires authentication, or has pagination, leaving behavioral context entirely unspecified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the core action. It could include more detail without losing conciseness, but as a minimal statement it is well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (1 param, no output schema), the description is incomplete because it does not describe the return value or any side effects. The agent cannot infer what a transaction record looks like.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage and describes the orderId parameter. The tool description adds no extra meaning beyond what the schema already provides, meeting the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists transactions for a specific order, using a specific verb and resource. It differentiates from sibling tools like getOrder (single order) and listFulfillmentOrders (fulfillment transactions).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is used to get transactions for an order, but it provides no guidance on when to use it versus alternatives, nor does it mention prerequisites or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/den-indance/shopify-mcp-pro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server