Skip to main content
Glama

wafle_orders_list

Read-onlyIdempotent

List store orders with pagination and filters for status, date range, customer email, or search. Includes gateway metadata to correlate with payment status.

Instructions

List orders for a store with pagination + filters. Filters: status, date range, customer email, search.

Use this for any 'pendientes', 'enviados', 'últimos N días' style query. The response includes meta.gatewayId and meta.gatewayType so you can correlate with payment status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number.
slugYesWafle store slug, e.g. 'gamerland' or 'lensitive'.
emailNoFilter by customer email.
to_tsNoEpoch seconds, upper bound on `created`.
searchNo
statusNo
from_tsNoEpoch seconds, lower bound on `created`.
per_pageNoItems per page (1-200).
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds a useful behavioral detail: the response includes meta.gatewayId and meta.gatewayType for correlating with payment status. This goes beyond the annotations without contradicting them.

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 three sentences, each earning its place: what it does, when to use it, and a notable response field. No fluff, fully front-loaded.

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 strong annotations and schema, the description is fairly complete. It covers purpose, usage, and one important response aspect. It doesn't detail default ordering or response envelope, but those are not required given the schema and no output schema.

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 coverage is 75%, so baseline is 3. The description mentions filter categories (status, date range, customer email, search) but adds little beyond what the schema already provides. The 'search' parameter is undocumented in the schema and the description doesn't explain its semantics, so it doesn't fully compensate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 for a store with pagination and filters, using a specific verb and resource. It does not explicitly differentiate from the sibling wafle_checkout_orders_list, but the focus on store slug and filters is reasonably specific.

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 gives explicit usage context: 'Use this for any 'pendientes', 'enviados', 'últimos N días' style query.' This tells the agent when to use it, though it doesn't mention alternatives or exclusion cases.

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/the33warehouse-tech/wafle-mcp'

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