Skip to main content
Glama

Promotion: list orders

promotion_list_orders_by_user_v1
Read-onlyIdempotent

Retrieve a paginated list of your promotion orders with ID, creation date, and status. Read-only, no charges applied.

Instructions

Returns a paginated list of the current user's promotion orders: id (UUID), createdAt and status of each order. READ-ONLY: spends NO money. Use it for order history/overview; the detailed status of a specific order is available via promotion_get_order_status_v1 by its orderId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paginationNoPagination parameters {page, perPage}. Can be omitted — the first page is returned.
Behavior4/5

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

Annotations already cover readOnly, destructiveHint, idempotentHint, openWorldHint. The description adds context about being read-only (no money spent) and pagination behavior (first page returned if omitted), which goes beyond the annotations.

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?

Two sentences: first states function and output fields, second provides usage guidance and alternatives. Every sentence is essential, no redundancy.

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

Completeness5/5

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

Despite no output schema, the description lists returned fields, declares read-only nature, explains pagination, and references sibling tool for deeper detail. Sufficient for a simple listing tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage for the single pagination parameter. The description adds that pagination can be omitted (first page returned) and notes camelCase field name, providing extra value beyond the schema.

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 verb 'Returns', the resource 'paginated list of the current user's promotion orders', and specifies the fields (id, createdAt, status). It also distinguishes itself from sibling tool promotion_get_order_status_v1.

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 explicitly says 'READ-ONLY: spends NO money' and advises using this for order history/overview, with a pointer to the sibling tool for detailed status. It also mentions pagination can be omitted.

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/elchin92/avito-mcp'

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