Skip to main content
Glama

update_group

Modify a Signal group's name, description, membership, admins, and disappearing message timer.

Instructions

Update a group's name, description, members, admins, or expiration timer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYesGroup ID to update
nameNoNew group name
descriptionNoNew group description
add_membersNoPhone numbers to add
remove_membersNoPhone numbers to remove
add_adminsNoPhone numbers to promote to admin
remove_adminsNoPhone numbers to demote from admin
expiration_secondsNoDisappearing message timer in seconds (0 to disable)
link_modeNoInvite link mode: 'disabled', 'enabled', 'enabled-with-approval', or 'reset' to generate a new link
Behavior2/5

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

No annotations provided, so description carries full burden. It lists fields but omits side effects, permissions, or behavior changes (e.g., notifications for added members). Mutation is implied but not detailed.

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?

Single sentence, front-loaded with action and fields. No redundancy, but could be broken into multiple sentences for readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 9 parameters and no output schema or annotations, the description is too minimal. It lacks return value info, error cases, or usage examples. More context needed for a complex update tool.

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 description coverage is 100%, so baseline is 3. Description summarizes parameter groups but adds no extra meaning beyond the schema. Schema already explains each parameter.

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?

Description clearly states 'Update a group' with specific fields like name, description, members, etc. It differentiates from sibling tools like create_group or delete_group_message, but could be more explicit about modifying an existing group.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs alternatives like create_group or update_contact. The description implies general group updates but does not specify prerequisites or scenarios.

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/googlarz/signal-mcp'

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