Skip to main content
Glama
Analog-Labs

Firestarter MCP Server

by Analog-Labs

firestarter_assist_quote

Compare courier quotes for moving bulky or heavy items, including crew help for loading and unloading. Get pickup and delivery pricing with options for disassembly and insurance.

Instructions

Get pickup+delivery quotes for a PHYSICAL item, including loading/unloading help (a courier crew) for bulky or heavy things - weight racks, sofas, appliances. Use when a buyer or seller asks how to move an item, or proactively when an item is clearly bulky. Pure price check: books nothing, charges nothing. Include lat/lng for both stops when the user shared a location pin - some couriers (Lalamove in Thailand) cannot quote without coordinates. Returns quotes cheapest-first with a quote_ref; to actually book one, confirm the price with the human FIRST, then call firestarter_assist_book.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bulkyNoLarge/awkward item (furniture, gym equipment)
weight_kgNoApproximate item weight in kg
pickup_latNo
pickup_lngNo
two_personNoNeeds two people to carry - adds a crew helper
dropoff_latNo
dropoff_lngNo
pickup_addressYesPickup street address
dropoff_addressYesDropoff street address
needs_disassemblyNo
declared_value_centsNoItem value in cents, for courier insurance on high-value items
Behavior5/5

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

The description adds key behavioral context beyond annotations: it does not book or charge, returns quotes sorted cheapest-first with a quote_ref, requires human price confirmation before booking, and notes that some couriers like Lalamove Thailand require coordinates. These details meaningfully shape agent behavior. No contradiction with annotations is apparent.

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?

All sentences are dense and purposeful: definition, use cases, cost implication, coordinate exception, and booking next step. The examples 'weight racks, sofas, appliances' aid disambiguation without padding. Well structured and front-loaded.

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

Completeness4/5

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

For an 11-parameter, no-output-schema tool, the description covers purpose, pricing behavior, return ordering, coordinate constraints, and handoff to booking. It could detail the returned quote fields more, but the agent has sufficient context to use quotes and quote_ref 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 descriptions cover about 55% of parameters; the description compensates by explaining why pickup_lat/lng and dropoff_lat/lng matter (couriers may refuse without coordinates), giving examples for bulky/weight_kg/two_person, and mentioning quote_ref. It does not fully clarify needs_disassembly or coordinate formats, but provides enough for most invocations.

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 opens with 'Get pickup+delivery quotes for a PHYSICAL item, including loading/unloading help', which names the exact action, object, and distinguishing features. It explicitly scopes to bulky/heavy goods and contrasts with booking by directing to firestarter_assist_book, separating it from sibling tools.

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 explicit 'Use when' conditions (buyer/seller asks how to move an item, or proactively when item is clearly bulky) and tells when not to book by saying 'Pure price check: books nothing, charges nothing.' It also instructs to include lat/lng when a location pin is shared and to confirm price with the human before calling firestarter_assist_book, giving concrete guidance and an alternative.

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