Skip to main content
Glama
N-Graves

gumroad-mcp-server

by N-Graves

gumroad_get_user

Retrieve the authenticated seller's Gumroad account details to verify identity or display seller information.

Instructions

The authenticated seller account. Operation id: getUser.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 of behavioral disclosure. It indicates that the resource is the authenticated seller account and names the operation as getUser, but it does not describe what data is returned, whether the operation requires special permissions, or any side effects. For a getter this is a low-risk operation, but that is implied by the name rather than disclosed.

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 only two short sentences with no wasted words. It front-loads the core resource identity and adds the operation id as a clarifying detail. It is concise, though the operation id is largely redundant with the tool name.

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 input schema, no output schema, and no annotations, the description should explain what the returned user object represents or when to call this operation. It only states that the target is the authenticated seller account and gives the operation id. Missing return-value context and usage guidance leave the description under-specified.

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 tool has zero parameters, so there is no parameter detail for the description to clarify. Schema coverage is effectively complete at 100%, and the description adds the context that the target is the authenticated seller account. This meets the baseline for a zero-parameter tool.

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 identifies the resource as 'the authenticated seller account' and provides the operation id 'getUser', making the tool's purpose clear: fetch the current seller's user information. It is distinct from siblings like get_product or get_sales because it specifically targets the seller account rather than products or transaction data. However, it relies on the operation id to supply the verb, since the prose is a noun phrase rather than an explicit 'Gets...' statement.

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 versus alternatives such as gumroad_get_product or gumroad_get_sales. The phrase 'authenticated seller account' implies the context, but no explicit when-to-use or when-not-to-use instructions are given. No alternatives or exclusions are mentioned.

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