Skip to main content
Glama

dao_update_members

Add, remove, or modify voting weights for DAO members in Gitopia's on-chain governance system. Requires admin authorization to execute member updates.

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 provided, the description carries the full burden and effectively discloses critical behavioral traits: it 'Signs and broadcasts an on-chain transaction' (mutation/side-effect), requires group admin privileges (authorization), and explains the removal mechanic (weight='0'). Could improve by mentioning reversibility or confirmation requirements.

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?

Four sentences with zero waste: purpose, side-effects, parameter mechanics, and auth/siblings. Information is front-loaded and dense. Every clause earns its place by adding unique value not present in 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?

For a mutation tool with no output schema, the description adequately covers authorization, side effects, and parameter semantics. Absence of return value documentation is acceptable given no output schema exists, though mentioning transaction hash or success indicators would strengthen it further.

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 coverage is 100%, establishing baseline 3. The description adds significant value by clarifying the XOR relationship between 'dao' and 'group_id' ('Provide... OR'), detailing the member_updates array structure, and reiterating the weight=0 removal mechanic in the usage context.

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 explicitly states the tool adds, removes, or changes voting weights of DAO members, distinguishing it from sibling tools like dao_list_members (read-only) and create_dao (initialization). It uses specific verbs and identifies the exact resource being manipulated.

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?

Opens with 'Use this when you need to...' providing explicit activation context. Names specific siblings ('See also: dao_list_members, create_dao') to guide tool selection. States the caller authorization requirement ('must be the group admin'), establishing clear prerequisites.

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