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, so members can start claiming. The per-claim discount reduces your proceeds, and the requesting community is notified.

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. The per-claim discount comes out of YOUR proceeds on each claimed sale — not Firestarter's platform fee — so an approved discount directly reduces your margin on those sales. 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?

Beyond the annotations, the description discloses important consequences: approval makes the drop live immediately, the discount comes from the seller's proceeds rather than the platform fee, and the requesting community is notified. This reveals the financial and side-effect impact of the action, which the annotations do not cover.

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 compact and front-loaded: it states the action and resource first, then adds the important margin impact and notification behavior. Every sentence earns its place without fluff 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 single-parameter approval tool with no output schema, the description is complete: it identifies the source of the drop_id, explains what happens on approval, flags a financial consequence, and covers user notification. An agent has enough context to decide and invoke it correctly.

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 sole drop_id parameter already has 100% schema coverage with a direct description. The description reinforces that the ID comes from firestarter_drop_requests, but it adds little meaning beyond the schema, so the baseline of 3 is appropriate.

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 names a specific action ('Approve a pending community drop request') and a specific resource ('on one of your listings'), and it ties the request back to firestarter_drop_requests, which distinguishes it from generic siblings like firestarter_approve. It also contrasts effectively with reject/cancel paths by focusing on the approval-to-live transition.

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 gives clear context for when to use it: when there is a pending community drop request from firestarter_drop_requests that should go live. It does not explicitly enumerate alternatives like firestarter_reject_drop or firestarter_cancel_drop, but the source link and 'pending' condition make the intended usage unambiguous.

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