Skip to main content
Glama
Analog-Labs

Firestarter MCP Server

by Analog-Labs

firestarter_request_escrow

Create a secure escrow invite for an external listing you found, giving the seller a claim link and ready-to-send message so you can pay through Firestarter instead of cash or wire.

Instructions

BUYER-side tool: the user found a listing on another site (Craigslist, Facebook Marketplace, Gumtree, ...) and wants to pay through Firestarter escrow instead of cash/wire. Creates an escrow invite with a claim link for the SELLER, plus a ready-to-send message. Firestarter never contacts external sellers: the invite reaches the seller only when the buyer sends that message themselves through the platform where they found the listing. Needs the listing URL and the buyer's email (that is where the goes-live notification lands). Facebook Marketplace / eBay / Etsy / OfferUp / Mercari usually block the fetch - a fetch is still attempted, and a call that also carries the item title and price yields an invite with real data even when the fetch fails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceNoAsking price in the listing's currency, buyer-supplied (for platforms that usually block fetches)
titleNoItem title, buyer-supplied. Ask for this up front for platforms that usually block fetches (Facebook Marketplace etc.) - the fetch is tried but is unlikely to succeed.
buyer_nameNoBuyer's first name (shown to the seller on the claim page)
source_urlYesURL of the external listing the buyer wants to purchase
buyer_emailYesBuyer's email address - notified when the seller claims and the listing goes live
Behavior5/5

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

Annotations are minimal (readOnlyHint=false, openWorldHint=true, destructiveHint=false), so the description carries the behavioral burden. It goes beyond annotations by revealing that the tool creates an escrow invite (a side effect) without directly contacting the seller—the buyer must manually send the message. It also discloses that the fetch may be blocked on certain platforms, and that providing title/price yields a usable invite even on fetch failure. This is critical behavioral context for an agent.

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

Conciseness4/5

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

The description is dense but effective: it packs a lot of critical context (buyer-side, manual messaging, fetch block, parameters) into a few sentences. It is front-loaded with the primary purpose and proceeds to key usage details. Slightly long, but every sentence contributes essential information, so it earns a 4 rather than a 5.

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?

The tool is complex (external integration, seller invite, notification), but the description covers the workflow, failure modes, and parameter usage. It explains the seller claim link, where notifications go, and the fallback for blocked fetches. With no output schema, it doesn't describe return values, but the return is likely minimal (invite link), and the description provides enough for an agent to act. No major gaps.

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%, so parameters are well-defined in the schema. The description adds value beyond the schema by clarifying the role of buyer_email (where the goes-live notification lands), explaining that title and price are buyer-supplied to compensate for blocked fetches, and indicating that source_url is the external listing URL. It also states that buyer_name is shown to the seller on the claim page, which the schema does not mention.

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 buyer-side purpose: to pay for an external listing via Firestarter escrow. It specifies the action (create an escrow invite) and the resource (the listing), and distinguishes it from other firestarter_ tools by its invocation context (found a listing on another site). The mention of 'Firestarter never contacts external sellers' and the seller claim link makes the purpose unambiguous.

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?

The description explicitly says when to use this tool (buyer found a listing on an external marketplace and wants escrow) and implies when not to (when not buying from an external site). It also provides crucial guidance on the requirement to send the message manually, handling of blocked fetches for specific platforms, and the need for buyer email and listing URL. This guides the agent on required fields and fallback behavior.

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