Skip to main content
Glama

cpu_get_syndicate

Fetches a syndicate's core details and paginated member list by ID, enabling verification of manager, fees, and membership before acting.

Instructions

Open one syndicate by id — its trusted card (manager, the four fee rates as percentages, member count, creation time) plus a page of its members. Members are returned in the registry order (joinedAt ascending, then address); page them with membersLimit/membersOffset. An unknown id is an error; a members page past the end is empty. Player-authored name/link are intentionally excluded; request them explicitly with cpu_get_syndicate_player_content. Public read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe syndicate id (from cpu_list_syndicates).
membersLimitNoMembers page size.
membersOffsetNoMembers page offset.

Schema Changelog

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

  1. First observedv0.8.0

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries full behavioral burden and succeeds. It discloses member ordering, pagination semantics, error behavior for unknown ids, empty page behavior, deliberate exclusions, and the public-read nature of the call.

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 compact and front-loaded with the core purpose. Each sentence earns its place: returned data, ordering, pagination behavior, error semantics, exclusions, and alternative routing.

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 read tool with no output schema, the description is unusually complete. It explains the return payload, member page structure, ordering, error conditions, empty-page behavior, and what is intentionally omitted, giving an agent everything needed to invoke and interpret the result.

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%, so the baseline is 3. The schema already documents id, membersLimit, and membersOffset; the description adds behavioral context like ordering and empty-page results, but does not materially extend the parameter meanings 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 states a specific verb and resource: 'Open one syndicate by id' and itemizes exactly what is returned (trusted card fields plus a page of members). It also distinguishes itself from the sibling cpu_get_syndicate_player_content by explicitly noting that player-authored fields are excluded.

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 clear context for when to use the tool: retrieving a syndicate by id with optional pagination. It explicitly directs agents to cpu_get_syndicate_player_content when player-authored name/link data is needed, providing an actionable alternative.

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