Skip to main content
Glama
Analog-Labs

Firestarter MCP Server

by Analog-Labs

firestarter_create_drop

Create a community-sponsored discount on a listing for the first N members, with optional tier-gated early access. Applies automatically at checkout, first-come first-served.

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).
Behavior5/5

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

Discloses funding mechanics, approval workflows, first-come-first-served, one-per-member, and test/live environment behavior. This goes well beyond the readOnlyHint and destructiveHint annotations, which only indicate a non-read-only, non-destructive operation.

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?

Although lengthy, every sentence adds necessary value, and the main purpose is front-loaded. No redundant phrases; the complexity justifies the length.

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

Completeness5/5

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

Covers use case, funding sources, approval paths, environment behavior, and explicitly differentiates from sibling tools. With no output schema, the description does not need to explain return values, but it fully equips an agent to invoke the tool correctly.

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 already covers all 7 parameters with good descriptions (100% coverage). The description adds relational meaning such as 'max_claims × discount' for the pot and the interaction between min_tier and priority_hours, but doesn't redefine each parameter.

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 tool creates a community-sponsored DROP, defining it as a per-claim discount on one listing for the first N members. It explicitly distinguishes itself from tiered access (firestarter_set_market_tiers), which never discounts.

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

Usage Guidelines5/5

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

Provides concrete when-to-use context with ownership scenarios (your own listing vs another seller's), immediate vs pending approval. Explicitly names alternatives like firestarter_set_market_tiers and firestarter_drop_requests, making the choice clear.

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