Skip to main content
Glama
isteamhq

@isteamhq/mcp

by isteamhq

Update Member Role

update_member_role

Promote or demote a workspace member's role between owner and member, with built-in protection to prevent removing the last owner.

Instructions

Promote a member to owner, or demote an owner to member. Last-owner protection prevents demotion if no other owner exists. Owner only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdYesWorkspace ID
targetUidYesTarget member UID
newRoleYesNew role
Behavior4/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false. The description adds behavioral details: last-owner protection prevents demotion if no other owner exists. This goes beyond annotations, though it doesn't mention potential side effects like notifications.

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 concise sentences front-loaded with the action and constraints. Every word is necessary and no redundancy.

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 mutation tool with no output schema, the description covers authorization (Owner only), a key constraint (last-owner protection), and the action. It does not detail return values or error conditions, but these are often implicit.

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

Parameters4/5

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

Schema coverage is 100% with descriptions, but the tool description adds meaning to the newRole enum by explaining promotion and demotion. This clarifies the two role options beyond the schema.

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 explicitly states 'Promote a member to owner, or demote an owner to member', which clearly defines the action and resource. It distinguishes itself from sibling tools like remove_member or invite_members by focusing solely on role changes.

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?

The description includes 'Owner only' indicating who can perform the action, and mentions last-owner protection as a constraint. While it doesn't explicitly state when not to use, the purpose is clear enough to guide selection.

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/isteamhq/mcp'

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