Skip to main content
Glama

superset_group_update

Update a group's name, label, description, and replace its roles and users. Pass only fields to change; roles and users replace the full lists.

Instructions

Update a group. Only pass the fields you want to change.

IMPORTANT: roles REPLACES the entire role list of the group (does not append). IMPORTANT: users REPLACES the entire user list of the group (does not append).

To add a single role/user: fetch current ones via group_get, add the ID to the list, pass the complete list.

Args: group_id: ID of the group to update. name: New group name. label: New label. description: New description. roles: New COMPLETE list of role IDs (REPLACES all current ones). users: New COMPLETE list of user IDs (REPLACES all current ones). confirm_roles_replace: Confirmation for role replacement (REQUIRED when roles is set). confirm_users_replace: Confirmation for user replacement (REQUIRED when users is set).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
labelNo
rolesNo
usersNo
group_idYes
descriptionNo
confirm_roles_replaceNo
confirm_users_replaceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description carries full responsibility and excels: it explicitly warns that roles and users REPLACE entire lists rather than append, and highlights the required confirmation flags. This is critical behavioral context beyond the schema.

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?

The description is well-structured, front-loaded with the core purpose, and uses clear sections for important caveats and parameter explanations. Each sentence contributes, and the format is easy to parse.

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

Completeness5/5

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

The description fully covers the tricky partial-update and list-replacement behavior. It explains the complete usage pattern, including prerequisites for adding items. Given the presence of an output schema, no return-value explanation is needed, and the context is sufficient for an agent to operate correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description's Args section is essential. It explains every parameter's meaning, clarifies the replace behavior for roles/users, and specifies when confirmations are required—adding significant value beyond the raw schema.

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 clearly states 'Update a group' with a specific verb and resource, followed by supported fields. It is distinct from the group_add/remove tools but does not explicitly differentiate itself from sibling tools like superset_group_add_users, relying on the tool name for distinction.

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

Usage Guidelines4/5

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

Provides clear usage guidance: 'Only pass the fields you want to change' and warns about replacement semantics for roles/users. It even outlines a workflow for adding a single role/user via group_get, though it does not mention the alternative dedicated tools (group_add_users/roles).

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/bintocher/mcp-superset'

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