Skip to main content
Glama
N-Graves

gumroad-mcp-server

by N-Graves

gumroad_list_products

Retrieves a list of all products from a Gumroad account. Use pagination with page_key to fetch additional results.

Instructions

Every product on the account. Operation id: listProducts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_keyNoFrom a previous response, to page on.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only listing operation but does not explicitly state that it has no side effects, does not mention pagination behavior, or the structure of the response.

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 extremely concise, containing only two short phrases. It avoids unnecessary verbosity, though it sacrifices some detail for brevity.

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?

The description lacks information about the output format, pagination details, or any potential errors. For a simple list operation, it is minimally adequate but not complete enough to fully inform an agent without additional context.

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?

The only parameter, page_key, is described as 'From a previous response, to page on,' which clearly explains its purpose for pagination. This adds meaningful context beyond the raw schema.

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 states 'Every product on the account' and the operation id 'listProducts' clarifies that it retrieves all products. It is distinguishable from sibling tools like get_product and create_product, though it does not use an explicit verb like 'list' or 'retrieve'.

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?

There is no guidance on when to use this tool instead of alternatives, nor any mention of pagination, filtering, or other usage context. The description provides no explicit conditions or examples for invocation.

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