Skip to main content
Glama
N-Graves

gumroad-mcp-server

by N-Graves

gumroad_get_sales

Fetch Gumroad sales transactions with optional filters for date range, buyer email, or product. Provides read-only access to sales data.

Instructions

Sales, one row each. Reads money without moving it. Operation id: listSales.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoYYYY-MM-DD, inclusive.
emailNoFilter to one buyer.
beforeNoYYYY-MM-DD, inclusive.
page_keyNo
product_idNo

Schema Changelog

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

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior3/5

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

The description explicitly says 'Reads money without moving it,' which usefully discloses that this is a read-only operation with no side effects. However, with no annotations provided, the description still omits important behavioral details like pagination mechanics via page_key, whether results are ordered, or how date filters behave on output.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately brief and front-loaded: it states the output shape first, then the safety behavior. The 'Operation id' line is slightly internal but still compact and informative. No wasted words, though the sentence fragment 'Sales, one row each' could have been written as a fuller sentence.

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

Completeness2/5

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

For a tool with no output schema and no annotations, the description does not provide enough context for reliable invocation. The agent is not told how pagination works, what output fields to expect, whether filters are mutually exclusive, or how this relates to gumroad_get_sales_summary. Several parameters remain unexplained across both the schema and description.

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

Parameters2/5

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

Schema description coverage is only 60%, leaving page_key and product_id undocumented in the schema. The description itself adds no parameter-level meaning, so it does not compensate for that gap. It also does not clarify how after and before interact or what granularity 'one row each' implies relative to the available filters.

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's 'Sales, one row each' clearly indicates this tool returns individual sale records rather than an aggregate, and 'Reads money' clarifies it is a read operation. Combined with the tool name get_sales, this is enough to identify the tool's purpose. It does not use an explicit verb like 'get' or 'list', but the operation id 'listSales' reinforces the meaning.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus its siblings, especially gumroad_get_sales_summary. The description does not mention alternatives, exclusions, or the appropriate context for choosing this over other sales-related tools.

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/N-Graves/gumroad-mcp-server'

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