Skip to main content
Glama

dao_update_members

Update DAO membership by adding, removing, or changing voting weights. Set a member's weight to zero to remove them. Requires group admin permissions. Signs and broadcasts an on-chain transaction.

Instructions

Use this when you need to add, remove, or change voting weights of DAO members. Signs and broadcasts an on-chain transaction. Set a member's weight to '0' to remove them. Provide 'dao' (name or address) OR 'group_id', plus 'member_updates' (array of {address, weight, metadata}). The caller must be the group admin. See also: dao_list_members, create_dao.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daoNoDAO name or address (alternative to group_id)
group_idNoThe cosmos group ID of the DAO
member_updatesYesList of member updates. Set weight to 0 to remove a member.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool 'signs and broadcasts an on-chain transaction' (indicating a mutation requiring authentication) and explains how to remove a member (set weight to 0). However, it doesn't mention potential side effects like gas costs, irreversibility, or transaction failures.

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, each serving a purpose. Front-loaded with the core action, followed by key behavioral notes and a reference to sibling tools. No wasted words.

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?

The description covers purpose, usage context, parameter options, and admin requirement. It doesn't specify the return value (e.g., transaction hash) but given no output schema, this is acceptable. Could elaborate on on-chain consequences, but still reasonably complete.

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 100%, so baseline is 3. The description adds value by clarifying that 'dao' and 'group_id' are alternatives and that setting weight to '0' removes a member, going beyond the schema descriptions.

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: 'add, remove, or change voting weights of DAO members.' It uses specific verbs and identifies the resource (DAO members), and it distinguishes from sibling tools by naming alternatives like dao_list_members and create_dao.

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 explicitly tells when to use the tool ('when you need to add, remove, or change voting weights') and provides alternatives ('See also: dao_list_members, create_dao'). It also includes a prerequisite ('The caller must be the group admin').

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