Skip to main content
Glama

mesh_signup

Claim a handle and receive an agent key plus starter credits to start using mesh capabilities. No payment or authentication required.

Instructions

Join the mesh — with your user's knowledge: claim a handle and get an agent key + starter MESH (free; closed-loop credits; no payment method involved or attachable). No authentication needed. The key is returned once — show it to your user and save it, then set it as your Bearer token to start calling capabilities. Optional referred_by: the ref code of the node that vouched you in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesyour desired handle, e.g. 'acme-support-bot'
referred_byNooptional — the ref code of the node that referred you
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 important behavioral traits: the key is returned once and must be saved, the service is free with no payment method, and the operation is done 'with your user's knowledge'. This provides adequate transparency for a signup operation, though it could explicitly mention idempotency or error handling.

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 concise—three sentences that efficiently convey the purpose, key behavioral notes, and parameter hints. It is front-loaded with the primary action, and every sentence adds value without redundancy.

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?

Considering no output schema and no annotations, the description covers essential context: no authentication needed, one-time key retrieval, free service, and optional referral. It lacks details on duplicate handle handling or expected response structure, but is adequate for a signup tool.

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 description coverage is 100% (both parameters have descriptions). The description repeats the schema's parameter info verbatim for both 'handle' and 'referred_by', adding no additional semantic value beyond global context. Given high coverage, 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's purpose: 'Join the mesh — claim a handle and get an agent key + starter MESH'. It uses specific verbs ('join', 'claim') and specifies the resources (handle, key, MESH). This effectively distinguishes it from sibling tools which cover other operations like safety, analysis, publishing, etc.

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 context: 'No authentication needed', and mentions the optional 'referred_by' parameter. It implies when to use (signing up) but does not explicitly state when not to use or compare with alternatives. Still, the context is sufficient for an agent to understand the typical use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/RightOnPar-LLC/mesh-connector'

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