Skip to main content
Glama

guild_members

Retrieve Splinterlands guild membership rows for a specific guild ID, with optional status filter. Returns up to 100 active or other status members in a single response.

Instructions

Read guild membership rows for an explicit guild_id. The default capture returned 230 rows across statuses; status=active returned 30. Membership status is not inferred. Undocumented limit=2 and offset=2 did not shorten or advance active members, so no paging controls are exposed. Makes one logical GET request and does not auto-fetch continuation pages. Required inputs reflect tool policy as well as measured upstream requirements. Other declared filters are forwarded as supplied; their effectiveness is not implied by the schema. Array responses are locally limited to 100 rows and 256 KiB, with truncation reported in text and metadata. Oversized records are refused without partial fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
guild_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.0.0

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and excels: it reveals no paging controls, one logical GET request, no auto-fetched continuation pages, 100-row/256 KiB local array limits, truncation reporting, refusal of oversized records, and non-inferred membership status. This is unusually thorough behavioral disclosure.

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 purpose is front-loaded and nearly every sentence contributes an operational constraint. It is dense and there is mild redundancy between the tested limit/offset finding and the 'does not auto-fetch continuation pages' sentence, but this does not significantly hurt readability.

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?

For a tool with no output schema and no annotations, the description covers the required input, query semantics, paging absence, size limits, truncation, and oversized-record refusal. It does not describe the output row fields or the full set of allowed status values, leaving a minor gap in the contract.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, and it does meaningfully. It gives status behavioral semantics (not inferred, example with active, forwarded as supplied) and treats guild_id as explicit and policy-required. It does not enumerate valid status values, but for two parameters the added guidance is substantial.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Opens with a precise action/object pair: 'Read guild membership rows for an explicit guild_id.' This clearly states what the tool does and the required resource. It does not explicitly contrast with sibling tools such as guild_list or guild_contributions, so it misses the top score for differentiation.

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 phrase 'for an explicit guild_id' provides clear context for when this tool is appropriate, and the note that required inputs reflect tool policy/upstream requirements adds practical guidance. However, it never states when not to use this tool or names alternatives, leaving exclusion criteria unstated.

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

Deploy Server

Other Tools