firestarter_drops
List community-funded discount drops for any listing and claim a reserved slot before checkout, first-come, first-served.
Instructions
Community-sponsored drops: a community owner funds a discount on a specific listing for the first N members, sometimes opening it to higher tiers first. Use action 'list' with a listing_id to see any live drops on it — each shows the per-claim discount, how many slots remain, and whether it is still in a tier-gated early-access window. Use action 'claim' with a drop_id to reserve a slot for the buyer before checkout — first-come, first-served, one per member; the reserved discount then applies to that buyer's purchase of the listing. test/live follows the API key's environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | 'list' the live drops on a listing, or 'claim' a specific drop_id. | |
| drop_id | No | Drop to claim (required for action 'claim'). | |
| listing_id | No | Listing to list drops for (required for action 'list'). |