Skip to main content
Glama
pauloFroes

mcp-evolution-api

by pauloFroes

Update Group Subject

update_group_subject

Update a WhatsApp group's name or subject. Admin rights required; provide the group JID and new subject to apply changes.

Instructions

Update the name/subject of a WhatsApp group. Requires admin privileges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectYesNew group name/subject
group_jidYesGroup JID (e.g. 120363012345678901@g.us)
Behavior4/5

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

The description adds an important behavioral requirement ('Requires admin privileges') beyond what the annotations already state. Annotations indicate a write operation (readOnlyHint=false) and non-destructive (destructiveHint=false), and the description aligns with this, adding auth context without contradiction.

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?

Two short sentences, front-loaded with the core purpose, immediately followed by the key requirement. No redundant phrasing or filler, making it highly scannable and informative.

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 simple update operation with two parameters and no output schema, the description covers the essential aspects: what it does and a critical prerequisite. It lacks details on return values or error handling, but these are not critical for this straightforward mutation.

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?

The input schema provides 100% coverage with descriptions for both parameters (subject and group_jid). The description does not add extra meaning beyond what the schema already contains, so a baseline score of 3 is appropriate.

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 identifies the action ('Update') and the resource ('name/subject of a WhatsApp group'), with a specific verb and object. It also distinguishes from sibling tools like update_group_description and update_group_picture by focusing solely on the group subject.

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

Usage Guidelines3/5

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

It provides a key prerequisite (admin privileges) but gives no explicit guidance on when to use this tool versus alternatives like update_group_description. There are no exclusions or alternative tool references, so usage context is only implied by the name and sibling list.

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/pauloFroes/mcp-evolution-api'

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