Skip to main content
Glama
karbassi

slack-mcp

by karbassi

usergroups_update

Update an existing Slack User Group by providing its encoded ID and optional changes to name, handle, description, channels, or team settings.

Instructions

Update an existing User Group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoA name for the User Group (must be unique among User Groups).
handleNoA mention handle (must be unique among channels, users, and User Groups).
team_idNoEncoded team ID where the User Group exists, required if org token is used (e.g. ``T0123``).
channelsNoComma-separated string of default channel IDs for the User Group (e.g. ``C0123,C0456``).
usergroupYesThe encoded ID of the User Group to update (e.g. ``S0123``).
descriptionNoA short description of the User Group.
include_countNoInclude the number of users in the User Group in the response.
enable_sectionNoWhether to enable a section for the User Group.
additional_channelsNoComma-separated additional default channel IDs to add beyond ``channels`` (e.g. ``C0789``).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only says 'update', which implies mutation, but provides no details on safety (e.g., permissions, idempotency, side effects). This is insufficient.

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?

The description is a single, concise sentence. It is front-loaded but may be too brief for a tool with 9 parameters; however, it is not verbose.

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?

Despite an output schema and 9 parameters, the description lacks important context: it does not clarify that only provided fields are updated, nor mention the required 'usergroup' field, uniqueness constraints, or differences from sibling tools.

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?

All 9 parameters have descriptions in the schema (100% coverage). The tool description adds no additional meaning beyond the schema, so baseline 3 applies.

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?

The description 'Update an existing User Group' clearly states the action (update) and the resource (User Group). It distinguishes from sibling tools like usergroups_create and usergroups_disable, but lacks specifics on which fields can be updated.

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 versus alternatives (e.g., create for new groups, disable/enable for state toggling). The description does not provide context or exclusions.

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/karbassi/slack-mcp'

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