Skip to main content
Glama

mint_join_cell

Join an open work cell by locking the required stake. Register as a participant and activate the cell when all seats fill.

Instructions

Join an open work cell by locking its required stake.

Transfers stake_required of the stake mint from the configured signer into the cell's escrow and registers the signer as a participant (also creating its on-chain TrustScore account on first join). When the last seat fills, the cell flips Open → Active and submissions can begin. Fails if the cell is full or already active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cell_idYesthe id of the cell to join (the same id used at creation).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses stake transfer, TrustScore account creation, state change to Active, and failure conditions. It mentions 'configured signer' but does not elaborate on authorization or gas costs. Still, it provides solid behavioral context.

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 two paragraphs with no wasted words. The first sentence captures the core action, and the second paragraph adds necessary detail. It is front-loaded and concise.

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 complexity (multiple actions: transfer, account creation, state change) and a single parameter, the description covers the main effects and failure modes. It does not explain the return value, but an output schema exists. Missing mention of prerequisites beyond cell state, but overall adequate.

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?

The only parameter 'cell_id' is described adequately in the schema (100% coverage). The tool description does not add extra meaning beyond what the schema already provides, so baseline 3 is appropriate.

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 joins an open work cell by locking stake, and distinguishes itself from siblings like mint_create_cell (creation) and mint_settle_cell (settlement). It uses specific verbs ('join', 'locking') and resource ('work cell'), making 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 Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use (to join an open cell that is not full) and failure conditions (if full or active). However, it does not explicitly state when not to use this tool or suggest alternatives, though the sibling list provides 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/FoundryNet/mint-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server