create_groups_group_id
Update group information by providing a group ID, enabling modifications to chat group settings through the 1msg MCP server.
Instructions
Update Group Info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes |
Update group information by providing a group ID, enabling modifications to chat group settings through the 1msg MCP server.
Update Group Info
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description does not disclose any behavioral traits such as side effects, required permissions, idempotency, or return values. For a mutation operation, this is a significant gap; the description carries the full burden but fails to address it.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise at three words, but this is under-specification rather than effective conciseness. It lacks structure and important content, making it minimally useful.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no annotations, no output schema, and only a vague one-sentence description, the tool is critically under-specified. Given it is a mutation operation, the description should cover what changes, any prerequisites, and expected effects, but none are present.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one parameter (groupId) with no description, and schema description coverage is 0%. The description does not mention or elaborate on parameters at all, so it adds no meaning beyond the schema's parameter name, which is insufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Update Group Info' clearly states a specific verb (Update) and resource (Group Info), and it distinguishes itself from sibling tools like get_groups_group_id and delete_groups_group_id. However, the tool name 'create_groups_group_id' conflicts with the described update semantics, which could confuse an agent despite the description itself being clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as create_groups, get_groups_group_id, or delete_groups_group_id. The description merely states what it does without any context or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1msg/1msg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server