Skip to main content
Glama
Analog-Labs

Firestarter MCP Server

by Analog-Labs

firestarter_update_voucher

Pause, resume, extend, or adjust redemption limits on an existing voucher to manage its availability without deleting it or changing its code or discount value.

Instructions

Pause, resume, extend, or adjust the limits on an existing voucher. Pausing (active=false) stops it being redeemed without deleting it, so its history is kept. The code and the discount VALUE cannot be changed — buyers may already hold the code, and repricing an offer someone was given is a different voucher — the supported path is pausing this one and creating another.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activeNofalse pauses it, true resumes it.
max_usesNoNew total redemption cap.
expires_atNoNew expiry. Natural language ('next Friday') or ISO.
voucher_idYesThe voucher id (promo_...) from firestarter_vouchers.
discoverableNoWhether buyer agents may surface and auto-apply it.
min_order_centsNoNew minimum order subtotal in cents.
per_buyer_limitNoNew per-buyer cap.
Behavior2/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, but description provides no behavioral details beyond the semantic value. It doesn't state whether this is reversible, whether it affects the customer's eligibility retroactively, whether it triggers any notifications, or whether setting shares_required to a non-zero value effectively 'un-waives'. With zero annotation depth and a mutation tool, the description carries the full burden and comes up short.

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 sentences, front-loaded with the verb and purpose, followed by a concrete example. Every word earns its place. No filler, no redundancy with schema.

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

Completeness3/5

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

For a single-purpose toggle tool with only two params)Skip. The schema and description together convey what parameters to set. What's missing: what happens after waiving (does the customer get benefits immediately? can it be undone?), and any side effects beyond eligibility. With no output schema and sparse annotations, a bit more behavioral context would help, but the tool is simple enough that 3 is fair.

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%, so baseline is 3. The description adds meaningful context to the shares_required parameter by explaining that 0 is the waiving value and that this applies per customer. It also clarifies the customer identifier format implicitly ('customer_...'). This goes beyond raw schema descriptions, though it doesn't fully explain edge cases like negative values (schema doesn't constrain minimum).

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 starts with a precise verb (waive) + resource (share requirement) and specifies the scope (for a given customer). It names the mechanism (setting shares_required to 0) and is distinct from siblings like apply_share_rule or remove_share_rule, which the described behavior clearly demarcates.

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?

The description explicitly explains what waiving means (sets share requirement to 0) and gives a concrete example usage. It implies this is a per-customer override distinct from global rules, but it doesn't explicitly tell the agent when to prefer this over apply_share_rule or remove_share_rule. A short 'use this instead of X when...' would make it a 5.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Analog-Labs/firestarter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server