Skip to main content
Glama
Analog-Labs

Firestarter MCP Server

by Analog-Labs

firestarter_save_ship_from

Create or update seller ship-from locations to set the origin for shipping rate quotes. Make a location primary to drive all quote origins.

Instructions

Add or update a seller ship-from (fulfillment) location — the address shipping rates are quoted FROM. Three forms: (1) no location_id → create (street1 + city required; state/zip also required for US/CA/AU origins); (2) location_id + address fields → update that location; (3) location_id + is_primary true and NO address fields → just make it the primary. Set is_primary on the address parcels actually dispatch from — the primary drives every quote's origin. Seller accounts only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNoPostal/ZIP — required for US/CA/AU origins
cityNoCity (required when creating)
labelNoLabel, e.g. 'Bangkok warehouse'
phoneNoPickup contact phone
stateNoState/province — required for US/CA/AU origins
countryNoISO country code (e.g. US, TH). Defaults to US.
street1NoStreet address line 1 (required when creating)
street2NoStreet address line 2
is_primaryNoMake this the primary (rate-quote origin).
location_idNoExisting location id (floc_...) to update or promote. Omit to create a new location.
Behavior4/5

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

Beyond the readOnlyHint=false and destructiveHint=false annotations, the description discloses important behavioral traits: the primary location drives every quote's origin, and it distinguishes create vs. update vs. promote side effects. It also notes the seller-only restriction, adding access-control context. No contradiction with annotations.

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 a single well-structured paragraph with numbered forms, making it easy to parse. Every sentence carries necessary information, and the front-loaded action statement quickly communicates the tool's purpose. No filler or redundant content.

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?

Given the tool's complexity (10 parameters, no output schema), the description covers the critical usage logic: the three forms, required fields, and the primary-origin effect. The main gap is the lack of return-value/error information, which is not compensated by an output schema, but the core behavior is well defined.

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?

Although schema coverage is 100%, the description adds value by explaining conditional parameter requirements (e.g., street1 and city required when creating; state/zip required for US/CA/AU origins). It clarifies the role of location_id in the three forms, which the schema alone does not convey.

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 specifies the verb 'Add or update' and the resource 'seller ship-from (fulfillment) location', and immediately explains the purpose ('address shipping rates are quoted FROM'). It distinguishes itself from siblings like delete_ship_from and ship_from_locations by covering create/update/promote functionality, making the tool's scope unambiguous.

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 usage context by enumerating three distinct forms (create, update, promote) with specific conditions for each, and adds a constraint ('Seller accounts only'). It does not explicitly name alternatives or when-not-to-use cases, but the form-based guidance effectively tells the agent how to invoke the tool correctly.

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