Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GUMROAD_BASE_URLNoCustom URL for self-hosted Gumroad instances (the server automatically appends /v2)
GUMROAD_ACCESS_TOKENYesYour Gumroad API access token generated from the Gumroad Settings > Advanced page

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
gumroad_get_userA

Retrieves the authenticated user's data. Available with any scope.

gumroad_get_productB

Retrieves a single product by its ID

gumroad_get_productsB

Retrieves all of the products

gumroad_get_salesC

Retrieves all of the successful sales

gumroad_disable_productB

Disables a product by its ID

gumroad_enable_productB

Enables a product by its ID

gumroad_get_offer_codesA

Retrieves all offer codes for a product

gumroad_get_offer_codeA

Retrieves a single offer code by its ID for a specific product

gumroad_create_offer_codeB

Creates a new offer code for a product

gumroad_update_offer_codeA

Updates the max purchase count of an existing offer code for a product

gumroad_delete_offer_codeC

Deletes an offer code for a product

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 11 tools

Disambiguation5/5

Each tool targets a distinct action and entity: offer codes have separate create/delete/get/update, products have enable/disable/get, plus individual tools for sales and user. No overlapping purposes.

Naming Consistency5/5

All tools follow the uniform pattern `gumroad_verb_noun` in snake_case, with clear verbs (create, delete, disable, enable, get, update) and nouns (offer_code, product, sales, user). Highly consistent.

Tool Count5/5

11 tools is well-scoped for a Gumroad integration, covering product management, offer codes, sales, and user info without being overwhelming or sparse.

Completeness3/5

Offer codes have full CRUD, but products lack create/update/delete, and sales only support a single 'get all' without filtering or detail. These are notable gaps for a complete workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues