Skip to main content
Glama

List sales

gumroad_list_sales
Read-only

List/filter the authenticated user's successful sales, most recent first. Supports date, email, product/order filters and cursor pagination via page_key. Gumroad REST: GET /v2/sales.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoOnly sales after this date, formatted YYYY-MM-DD.
emailNoFilter to sales to this buyer email.
beforeNoOnly sales before this date, formatted YYYY-MM-DD.
order_idNoFilter to a specific order id.
page_keyNoPagination cursor — pass the value from a previous response's next_page_key to fetch the next page.
product_idNoFilter to sales of this product id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description aligns. Beyond annotations, it adds behavioral context: it lists only 'successful' sales (not failed or pending), sorts by 'most recent first', and explains pagination via page_key. It also notes the authentication requirement. These details enrich the safety profile without contradicting the annotation.

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 concise and front-loaded: the first sentence captures the core purpose, the second adds filter/pagination context, and the third provides the REST endpoint. No extraneous information; every sentence 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 operation with six optional parameters and no output schema, the description adequately conveys the scope (successful sales, most recent first), filter capabilities, pagination, and REST reference. It does not detail the return structure, but the simplicity of the operation and full schema coverage make this acceptable.

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 all six parameters are already documented with descriptions. The description merely summarizes the filter types (date, email, product/order) and pagination cursor, which adds little beyond the schema. It meets the baseline for high schema coverage but does not introduce new semantic depth.

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 action ('List/filter'), the resource ('the authenticated user's successful sales'), and the ordering ('most recent first'). It also specifies key capabilities (date, email, product/order filters, cursor pagination) and the underlying REST endpoint, making it unambiguous and distinguishable from sibling tools like gumroad_get_sale.

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 provides clear context for when to use the tool: to list/filter successful sales, with support for date/email/product/order filters and pagination. It does not explicitly state when not to use it or name alternatives (e.g., gumroad_get_sale for a single sale), but the context is clear enough for an agent to infer appropriate usage.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.