Skip to main content
Glama
Analog-Labs

Firestarter MCP Server

by Analog-Labs

firestarter_approve_drop

Approve a pending community drop request to make it live instantly for members to claim, while noting the per-claim discount is deducted from your proceeds.

Instructions

Approve a pending community drop request on one of your listings (from firestarter_drop_requests), making it go live immediately so members can start claiming it. IMPORTANT: the per-claim discount comes out of YOUR proceeds on each claimed sale — not Firestarter's platform fee — so only approve amounts that still leave you a margin you're happy with. The requesting community is notified of the approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
drop_idYesThe drop id to approve (from firestarter_drop_requests).
Behavior5/5

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

The description goes far beyond the annotations by disclosing critical behavioral outcomes: the drop goes live immediately, the per-claim discount is deducted from the seller's proceeds (not Firestarter's fee), and the requesting community is notified. These details are essential for the agent to understand the consequences of the action.

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?

The description is concise, consisting of two well-structured sentences. The first sentence states the action and effect; the second delivers an important financial warning in an attention-grabbing manner. No unnecessary words or repetition.

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?

For a tool with one parameter and no output schema, the description is thorough: it explains the source of the drop_id, the immediate effect, the financial impact, and the notification to the requester. This is sufficient for an agent to select and invoke the tool correctly without ambiguity.

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 schema already provides a clear description for the single `drop_id` parameter, and the tool description reinforces that it comes from `firestarter_drop_requests`. The description does not add new parameter-specific details beyond what the schema offers, so the baseline of 3 applies.

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's action: approving a pending community drop request, making it go live immediately. It specifies the resource (drop requests from firestarter_drop_requests) and distinguishes it from sibling tools like reject_drop by focusing on approval.

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 provides clear context for when to use the tool: when a pending community drop request exists and the seller wants to approve it. It also warns about the financial trade-off, which implies when not to approve (if the discount would eat into the margin). However, it does not explicitly mention alternatives like rejecting or canceling a drop.

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