Skip to main content
Glama
Analog-Labs

Firestarter MCP Server

by Analog-Labs

firestarter_create_drop

Destructive

Create a community-sponsored discount drop on a listing: reward the first N members with a per-claim discount, optionally gated by member tier for early access, applied automatically at checkout.

Instructions

Create a community-sponsored DROP on a market you own: a per-claim discount on ONE listing for the first N members, optionally opening it to higher tiers first (a tier-gated early-access window). It applies at checkout when a member claims a slot (firestarter_drops action 'claim'), first-come first-served, one per member. Who funds it depends on whose listing it is: on YOUR OWN listing it goes live immediately with no approval needed — funded from your drop wallet if it covers the whole pot (max_claims × discount), otherwise from your own seller proceeds; on ANOTHER seller's listing it goes live now only if your drop wallet covers the pot (topped up via firestarter_fund_wallet, and the seller is made whole from it) or that seller has granted your community standing approval — otherwise it waits as a request for the seller to approve (firestarter_drop_requests). Distinct from tiered ACCESS (firestarter_set_market_tiers), which never discounts. test/live follows your API key's environment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_tierNoRung required to claim DURING the priority window (0 = everyone). Use with priority_hours to give higher tiers early access first.
listing_idYesThe listing (lst_...) to discount — find one with firestarter_catalog_search. Must be a real, sellable listing.
max_claimsYesHow many members can claim it (the 'first N') — first-come, first-served, one per member.
program_idYesThe market/program id you own (from firestarter_my_markets).
discount_centsYesPer-claim discount in cents, e.g. 500 = $5 off each claimed order.
priority_hoursNoHours the drop stays tier-gated (to min_tier and up) before opening to everyone. Omit or 0 = open to all immediately.
expires_in_hoursNoHours until the drop expires. Default 168 (7 days).
Behavior4/5

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

Annotations already indicate destructive=true and idempotent=false. The description adds meaningful behavioral detail: it may charge the drop wallet or seller proceeds, may create a pending request needing seller approval, and can be tier-gated for early access. This goes beyond the annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is verbose and contains redundant phrasing: 'first-come first-served, one per member' appears both in the first and second sentences, and the funding/approval explanation is wrapped in a very long, multi-clause sentence. While informative, it could be tightened without losing meaning.

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?

Given the tool's complexity (7 params, funding decisions, approval flows) and lack of output schema, the description covers the main operational outcomes well. It explains what happens in different scenarios, but does not mention what the API returns (e.g., drop ID or status), which would be useful for follow-up calls.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and each parameter already has a description. The tool description adds cross-parameter semantics (e.g., max_claims × discount = pot, priority_hours + min_tier = tier-gated window, expires_in_hours default) and explains how funding relates to the listing owner, giving a fuller mental model than 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?

States a specific verb ('Create') and resource ('community-sponsored DROP on a market you own') and clearly differentiates from the sibling tool firestarter_set_market_tiers, which 'never discounts.' This distinguishes it from similar market-related tools without needing to open schemas.

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 usage context: it explains when a drop goes live immediately vs. waits for approval, and how funding works depending on the listing owner. It explicitly contrasts with firestarter_set_market_tiers, giving an alternative, though it does not state a crisp 'use this when...' directive for all cases.

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