Skip to main content
Glama

Get user

gumroad_get_user
Read-only

Get the authenticated user associated with the current Gumroad access token. Gumroad REST: GET /v2/user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

The annotation readOnlyHint=true already indicates a read operation. The description adds meaningful context by specifying that the returned user is the one associated with the current Gumroad access token, which clarifies authentication scope. It does not mention error handling or rate limits, but for a simple no-parameter GET, this is acceptable additional context beyond 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 consists of two short sentences: the first states the tool's purpose, and the second provides the REST endpoint. Every word earns its place, with no fluff or redundancy. It is concise and front-loaded with the essential intent.

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

Completeness5/5

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

For a zero-parameter, read-only tool with no output schema, the description is fully sufficient. It explains what the tool does and gives the REST endpoint as a reference. The return value is implied by 'Get the authenticated user', and there are no missing prerequisites or edge cases that need explanation.

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, and the input schema is an empty object. With schema coverage at 100% (trivially), there is nothing for the description to add about parameters. The baseline for zero parameters is 4, and the description correctly omits any unnecessary parameter detail.

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 tool 'Get the authenticated user associated with the current Gumroad access token', which is a specific verb+resource combination. It distinguishes itself from sibling tools by focusing on the authenticated user rather than products, sales, licenses, etc., leaving no ambiguity about its purpose.

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?

While it does not explicitly name alternatives, the description establishes clear context: this tool retrieves the user tied to the current access token. Given the sibling list contains tools for other entities, the usage context is evident. It lacks 'when not to use' guidance, so it does not fully meet the explicit exclusion criterion.

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.