Skip to main content
Glama

Enable license

gumroad_enable_license
Destructive

Enable a product's license key. Gumroad REST: PUT /v2/licenses/enable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_idYesThe product id the license belongs to.
license_keyYesThe license key to enable.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior2/5

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

The annotations already declare destructiveHint: true, so the mutating nature is known. The description adds no behavioral context beyond what the annotation provides; the REST endpoint is a technical detail but not a behavioral trait. No contradiction is present.

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 a single concise sentence plus the API endpoint reference. There is no redundant information or filler, making it highly efficient.

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?

The tool is simple with two parameters and no output schema. The description provides the action and endpoint, while annotations cover the destructive nature. This is sufficient for basic invocation, though it does not explain what happens if the license is already enabled or if the key is invalid.

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?

The schema description coverage is 100%, documenting both product_id and license_key with descriptions. The tool description adds no additional parameter semantics, so the baseline score of 3 is appropriate.

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 action: 'Enable a product's license key.' This uses a specific verb and resource, and the endpoint 'PUT /v2/licenses/enable' reinforces the purpose. It is distinct from sibling tools like gumroad_disable_license and gumroad_verify_license.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives, but the action itself implies it should be used when enabling a license. There is no mention of exclusions or prerequisites, so the usage context is only implied, not explicit.

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.