Skip to main content
Glama

cpu_join_syndicate

Join a syndicate by ID to instantly apply its trade/transport discount and tax rates. Returns trusted rates and exit cooldown; requires leaving current syndicate first.

Instructions

Join a syndicate by id (get ids from cpu_list_syndicates). Membership is effective immediately and the syndicate's four fee rates (trade/transport discount and tax, as percentages) apply to your activity from that moment — the returned trusted rates show exactly what you are signing up for. Player-authored name/link are intentionally excluded. COMMITMENT: leaving is gated by an exit cooldown that starts at your join time, so you cannot leave again right away; the result reports the earliest time you may leave. Writes on-chain (a wallet transaction). Fails clearly if you are already in a syndicate (leave first), if the id does not exist, or if the registry is not deployed on this network.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe syndicate id to join (from cpu_list_syndicates).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.8.0

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so thoroughly: it discloses immediate membership effectiveness, fee rate application, returned trusted rates, the intentional exclusion of player-authored name/link, the exit cooldown commitment, on-chain write behavior, and clear failure conditions. This is exemplary disclosure for a state-changing tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but front-loaded with purpose and nearly every sentence adds material behavioral or operational value. A small amount of redundancy exists in the commitment sentence ('so you cannot leave again right away' restates the cooldown), preventing a perfect conciseness score.

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 is remarkably complete: it covers prerequisites, effects, return contents, commitment implications, transaction nature, and failure modes. An agent has enough information to invoke the tool correctly and anticipate outcomes.

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 input schema already fully documents the single 'id' parameter, so the baseline is 3. The description reinforces the provenance of the id ('from cpu_list_syndicates') but does not add additional semantic detail beyond what the schema provides.

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 opens with a specific verb and resource: 'Join a syndicate by id.' It clearly differentiates from sibling tools by referencing where ids come from (cpu_list_syndicates) and by stating failure conditions tied to membership state, which distinguishes it from create/leave/get membership tools.

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?

It explicitly tells the agent to obtain ids from cpu_list_syndicates and warns that joining is impossible if already in a syndicate, routing to 'leave first.' It doesn't explicitly contrast with cpu_create_syndicate for creating a new syndicate, but the intended use is clear enough from the name and context.

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

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/projectcpu/project-cpu-mcp'

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