Skip to main content
Glama

Orders list

orders_list
Read-onlyIdempotent

Lists buyer-side orders placed by the authenticated principal, with cursor-based pagination and optional status filtering to locate an order ID for retrieval.

Instructions

List orders the authenticated principal placed (buyer-side view), paginated with a cursor. Optional status filter (e.g. 'paid_awaiting_fulfillment', 'delivered', 'cancelled'). Use this to find an order id before calling orders_get.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoOpaque cursor from next_cursor in the previous page; omit for the first page.
statusNoFilter to a single order status; omit for all statuses.
page_sizeYesResults per page, 1-100. Defaults to 20.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety. The description adds useful context about pagination via cursor, the optional status filter, and the buyer-side scoping. It doesn't describe the return structure, but given the annotations, this is acceptable.

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 concise sentences. The first states the core action and scope; the second provides the primary use case. It is front-loaded and free of redundancy, every word earns its place.

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?

For a list tool with no output schema, the description covers the essential aspects: what it lists, who it lists for, pagination, filtering, and its role in a workflow. It doesn't detail the response fields, but that is not strictly required for a list operation when the annotations already cover safety. Overall, it is sufficiently complete for an agent to invoke correctly.

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%, so the schema already documents each parameter thoroughly (e.g., cursor origin, status enum, page_size bounds). The description adds no additional parameter-level meaning beyond confirming the filter is optional and the pagination approach. This meets the baseline but doesn't exceed it.

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 tool lists orders placed by the authenticated principal (buyer-side), distinguishing it from seller-side tools like seller_list_orders. It also mentions pagination and the status filter, and explicitly positions it as a precursor to orders_get. The verb and resource are specific and unambiguous.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: 'Use this to find an order id before calling orders_get.' It also clarifies the buyer-side scope, implicitly contrasting with seller_list_orders. This is direct and actionable, leaving no ambiguity about when to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/bitroadai/bitroad-mcp'

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