Skip to main content
Glama

dao_list_members

Retrieve DAO members and their voting weights to understand governance participation. Returns member details including address, weight, and metadata.

Instructions

Use this when you need to see who belongs to a DAO and their voting weights. Returns a JSON array of member objects with address, weight, metadata, and added_at. Provide 'dao' (name or address) OR 'group_id'. Optional: 'limit' (default 100). See also: dao_list_proposals, create_dao.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daoNoDAO name or address (alternative to group_id)
group_idNoThe cosmos group ID of the DAO
limitNoMaximum number of members to return (default 100)
Behavior3/5

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

With no annotations provided, the description carries full burden. It compensates well by describing the return structure (JSON array with address, weight, metadata, added_at) since no output schema exists. However, it omits explicit read-only declaration (implied but not stated), error behaviors, or permission requirements that would be expected for a complete 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.

Conciseness5/5

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

Three sentences with zero waste: purpose (sentence 1), return format and parameter logic (sentence 2), optional parameter and cross-references (sentence 3). Every clause provides unique value not redundant with structured fields.

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 3 parameters with 100% schema coverage but no output schema or annotations, the description is nearly complete. It effectively describes return values to compensate for missing output schema and references relevant siblings. Minor gap: lacks explicit contrast with dao_update_members to clarify this is read-only listing versus member modification.

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?

While schema coverage is 100% (baseline 3), the description adds crucial semantic context: clarifying that 'dao' and 'group_id' are alternatives ('OR' relationship) rather than jointly required, and confirming the 'limit' default value of 100. This goes beyond the raw schema definitions.

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 'see[s] who belongs to a DAO and their voting weights' — specific verb (see/list), specific resource (DAO members), and specific attributes (voting weights). It effectively distinguishes from siblings like dao_list_proposals (which lists proposals, not members) and create_dao by referencing them in 'See also'.

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?

Provides explicit when-to-use ('Use this when you need to see who belongs to a DAO') and references siblings (dao_list_proposals, create_dao). Clarifies the critical OR relationship between 'dao' and 'group_id' parameters. Lacks explicit when-not-to-use (e.g., contrasting with dao_update_members for modifications) which prevents a 5.

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/gitopia/gitopia-mcp-server'

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