Skip to main content
Glama
Analog-Labs

Firestarter MCP Server

by Analog-Labs

firestarter_shipping_options

Read-only

Show and compare delivery options with prices and ETAs for an order awaiting approval, and preview the re-priced total for a chosen speed before paying.

Instructions

Show and compare the delivery speeds for an order awaiting approval, and preview the re-priced total for a chosen speed — before paying. Returns the numbered 'Delivery options' menu (Standard / Express / Same-Day, each with its price, ETA, and all-in total); the buyer picks one and you place the order by calling firestarter_approve with shipping_option_index set to that [number]. Use this when the buyer asks about delivery speed/cost, wants it faster, or you want to show the trade-off before they approve — otherwise firestarter_execute already lists these inline and approving without a pick uses the cheapest rate. Pass refresh:true to re-fetch live carrier rates (e.g. if the quote is stale), and select_index to preview one speed's new total. For a listing the buyer hasn't started buying yet (no execution), use firestarter_shipping_estimate instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refreshNoRe-fetch live carrier rates and persist them before showing the menu. Use when the stored rates may be stale (e.g. >30 min old). Off by default.
option_idNoWhich option's delivery methods to show (opt_...). Omit to use the pre-selected option (the one the buyer is about to approve).
execution_idYesThe execution ID (exec_...) to show delivery options for — an order that is awaiting approval.
select_indexNoPreview a specific delivery speed: the [number] from the menu. Shows that speed's new all-in total and the exact shipping_option_index to approve with. Does NOT select or pay — it's a preview.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful context: it returns a numbered menu, is a preview before paying, and clarifies that actual ordering happens via firestarter_approve. It also explains refresh and select_index behaviors, though it doesn't cover failure modes or edge cases.

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 dense but every sentence contributes: purpose, return format, next-step action, when-to-use, parameter guidance, and alternative tool. Front-loaded with the core function and efficiently structured.

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?

Despite no output schema, the description fully covers return contents, workflow, parameter behaviors, and alternative tools. It provides enough context for an agent to decide when and how to invoke the tool, and what to do with the result.

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 covers 100% of parameters with descriptions, so baseline is 3. The description adds extra value by explaining how select_index maps to the shipping_option_index used with firestarter_approve, and how refresh re-fetches stale rates. This goes beyond schema descriptions.

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 explicitly states the tool's function: to show and compare delivery speeds for an order awaiting approval, and preview re-priced totals before payment. It distinguishes itself from sibling tools by noting that firestarter_execute lists options inline and firestarter_shipping_estimate is for pre-execution listings.

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 clear when-to-use scenarios (buyer asks about delivery speed/cost, wants faster, or wants trade-off before approval) and explicitly calls out when not to use it (if firestarter_execute already lists them inline, or use firestarter_shipping_estimate for pre-purchase listings). This is ideal guidance.

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