Skip to main content
Glama
Analog-Labs

Firestarter MCP Server

by Analog-Labs

firestarter_join_market

Join a community market with a share code to attribute your purchases and optional sales to that community, earning it its share. Confirm before switching communities.

Instructions

Join a community market using its share code, so the caller's purchases (and, when enabled, their sales) are attributed to that community and it earns its share. If the buyer is already supporting a different community, confirm with them first — joining moves their attribution to the new community. Use when a user pastes a Firestarter join/market code or asks to join a community's market. Tip: to show the community's picks BEFORE joining, call firestarter_market_preview first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesThe market share code the community gave you.
Behavior4/5

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

The description adds important behavioral context beyond the annotations: it reveals that joining moves attribution to a new community, requires confirmation if switching, and that sales attribution may be conditional ('when enabled'). These details are not in the readOnly/destructive hints and help the agent understand side effects, though it doesn't cover all edge cases like invalid code recovery.

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 four sentences that front-load the core action and effect, then provide necessary caveats and usage guidance. Each sentence adds value, including the practical tip about previewing, with no wasted words 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 mutation with no output schema, the description covers purpose, effect, usage triggers, a prerequisite confirmation step, and an alternative tool. This is sufficient for an agent to decide when and how to invoke the tool 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?

Schema coverage is 100% for the single 'code' parameter, which is already described as 'The market share code the community gave you.' The description merely reiterates 'share code' without adding format, validation, or example, so it does not enhance the parameter meaning beyond the schema baseline.

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 joins a community market using a share code and explains the attribution effect. It clearly distinguishes from sibling tools like firestarter_market_preview and firestarter_leave_market by focusing on the joining action and its consequences.

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 gives explicit usage triggers ('when a user pastes a Firestarter join/market code or asks to join a community's market') and suggests an alternative (firestarter_market_preview) for pre-join exploration. It also implies when to be cautious (confirm before switching communities), providing clear context.

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