Skip to main content
Glama
N-Graves

gumroad-mcp-server

by N-Graves

gumroad_get_sales_summary

Get gross, net, and unit sales totals for an inclusive date range. Use this summary instead of earnings endpoints to avoid Tax center account errors.

Instructions

Gross, net and unit totals over a date range. Operation id: getSalesSummary.

Use this rather than getEarnings: earnings and the tax-form endpoints need 'Tax center' enabled on the account and otherwise return 'Tax center is not enabled for this account.' That is an account setting, not a fault — do not retry it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoYYYY-MM-DD, inclusive.
beforeNoYYYY-MM-DD, inclusive.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose the output (gross/net/unit totals) and a relevant error behavior for getEarnings, but it does not state whether this tool is read-only, what happens when after/before are omitted, or any response structure. It is not misleading, but it is only moderately transparent.

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 compact and well-organized: a one-sentence summary followed by targeted operational guidance. Every sentence earns its place, including the operation id and the caution about tax-form endpoints, with no filler.

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 simple two-parameter tool with no output schema, the description covers the main return values and provides practical caveats. It does not explain default date-range behavior when both parameters are omitted or explicitly contrast with gumroad_get_sales, but these are minor gaps given the low complexity.

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 after and before with inclusive YYYY-MM-DD format. The description only adds 'over a date range,' which does not meaningfully extend the parameter semantics beyond the schema baseline.

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 identifies the tool as returning gross, net, and unit totals over a date range, and gives the operation id. It is specific about resource and scope, though it does not explicitly name the verb or distinguish itself from the sibling tool gumroad_get_sales beyond the 'summary' concept.

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 gives explicit guidance: 'Use this rather than getEarnings' and explains exactly when that alternative fails due to 'Tax center' not being enabled. It also warns that the error is an account setting and should not be retried, leaving no ambiguity about the intended choice.

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