Skip to main content
Glama
Frihet-io

Frihet MCP Server

by Frihet-io

Update Team Member Role

update_team_member_role
Idempotent

Change a team member's role to admin, member, or viewer. Only workspace admins or owners can change roles, and the owner's role cannot be changed.

Instructions

Change the role of an existing team member. Only workspace admins or owners can change roles. Cannot change the owner's role — use a dedicated ownership transfer flow. Example: memberId='mbr_abc123', role='admin' / Cambia el rol de un miembro existente del espacio de trabajo. Solo administradores o propietarios pueden cambiar roles. No se puede cambiar el rol del propietario — usa el flujo de transferencia de propiedad.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYesNew role to assign / Nuevo rol a asignar
memberIdYesTeam member ID / ID del miembro del equipo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
dataNo
metaNo
messageNo
successNo
Behavior4/5

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

Annotations indicate idempotentHint=true and destructiveHint=false. The description adds behavioral context: it is a role change operation requiring specific permissions (admin/owner) and cannot target the owner. While it doesn't detail side effects like notifications or audit logs, it sufficiently supplements the annotations.

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?

Four concise English sentences with no redundant information. Key info is front-loaded: purpose, permissions, exception, and example. The structure is clean and efficient, earning its space.

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 two-parameter tool with an output schema, the description covers purpose, permissions, exception, and provides an example. It doesn't explain return values (handled by output schema). Minor gap: potential downstream effects of role change, but overall adequate.

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?

Schema coverage is 100% with descriptions for both parameters. The description provides a concrete example (memberId='mbr_abc123', role='admin') which adds slight value, but not substantially beyond the schema's parameter descriptions. Baseline 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 states 'Change the role of an existing team member', specifying the verb and resource. It distinguishes from siblings like 'invite_team_member' and 'remove_team_member' by focusing on role changes, and explicitly mentions the owner role exception, differentiating from an ownership transfer flow.

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

Usage Guidelines5/5

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

Explicitly states when to use (to change a role) and who can use it (workspace admins or owners). Also provides a clear exclusion: cannot change the owner's role, directing to a dedicated ownership transfer flow. This offers complete guidance on usage.

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/Frihet-io/frihet-mcp'

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