Skip to main content
Glama

Activate Gumroad License Key

billing_activate
Read-only

After completing a Gumroad purchase, call this with your product_permalink and license_key to verify and activate your access. For Lineage.0, the key is consumed after one successful video generation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
license_keyYesThe license key from your Gumroad purchase email.
product_permalinkYesThe Gumroad product permalink (e.g. 'quezar-monthly').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNoActivation result and expiration time.

TDQS

A3.8/5.0
Behavior1/5

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

Annotation Contradiction: annotations declare readOnlyHint=true, but the description says the tool 'activates' access and that the key is 'consumed' for Lineage.0, implying state mutation and side effects. It also fails to disclose implications of repeated calls or activation failures beyond the contradictory read-only hint.

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?

Two front-loaded sentences with no filler. Each sentence earns its place: the first defines the action and trigger condition, the second adds an important product-specific consumption behavior.

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?

This is a simple two-parameter activation tool with an output schema, so the description covers the essential purpose and a key caveat. It does not discuss duplicate-activation behavior or failure cases, but the annotation set already provides non-idempotency and the output schema covers return details.

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?

Schema coverage is 100%, providing a baseline of 3. The description adds meaningful lifecycle semantics: the license key is consumed after one successful Lineage.0 video generation, and both parameters are tied to a completed Gumroad purchase, which goes beyond the schema alone.

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 a specific action: verify and activate Gumroad access using product_permalink and license_key. It distinguishes itself from billing_purchase and engine activation tools by referencing post-purchase Gumroad activation.

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?

It gives explicit temporal guidance: call this after completing a Gumroad purchase. It does not explicitly list alternatives or when-not-to-use cases, but the context is clear enough for this activation flow.

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.

TDQS

A3.6/5.0
Disambiguation4/5

Each tool has a distinct name and purpose within its domain (billing, engine, media, security, storage, gateway). While there is some semantic overlap (e.g., engine_maxion_status vs. engine_maxion_diagnostics), the specific functions are clear enough to avoid misselection.

Naming Consistency3/5

Naming patterns are inconsistent: some tools use domain_entity_action (engine_maxion_activate), others use domain_action (billing_activate), and one uses just domain_status (gateway_status). The inclusion of 'lineage0' and '0' suffixes adds further irregularity.

Tool Count3/5

19 tools is on the higher end but justifiable for a multi-service gateway. However, several tools are stubs (NOT IMPLEMENTED), and there are multiple status/diagnostic tools per domain, which makes the set feel padded rather than tightly scoped.

Completeness2/5

The tool surface is incomplete in several areas: security lacks functional quarantine and logging, engine lacks a working deactivate, and there is no way to manage billing subscriptions or view media history beyond a simple archive list. The presence of explicitly NOT IMPLEMENTED tools highlights these gaps.

Resources