Skip to main content
Glama

claim_promo

Claim a free 100 sats install promo for new Lightning wallet operators. Requires a verified email and an operator account older than 3 hours.

Instructions

Claim the free-sats install promo (100 sats, first 100 installs). Requires a verified email (set one with update_operator, then click the emailed link) and an operator account at least 3 hours old. REQUIRES OPERATOR KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promo_codeNoPromo code (default: 'first_100_installs')

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.6.1

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden and discloses the key requirement and state-changing nature (claiming). It also notes the limited availability. It could be more transparent about success/failure or idempotency, but covers the critical behavior.

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 efficient sentences front-load the action and include prerequisites and key requirement without redundancy. Every sentence adds value.

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?

Covers the essential context: what, prerequisites, and authentication. For a simple claim tool, it is sufficiently complete, though it could mention the outcome (e.g., sats credited) but is not critical given the schema.

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 input schema fully documents the single parameter (promo_code with default), achieving 100% coverage. The description adds no extra parameter meaning beyond the schema's own description, so the baseline 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 (claim) and the specific resource (free-sats install promo) with value and limit (100 sats, first 100 installs). It distinguishes itself from payment/withdrawal tools by focusing on the promotional claim.

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?

Provides explicit prerequisites: verified email via update_operator and a 3-hour-old operator account, plus the operator key requirement. It doesn't name alternatives, but there is no direct alternative, so the context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.