Skip to main content
Glama
Frihet-io

Frihet MCP Server

Remove Team Member

remove_team_member
DestructiveIdempotent

Remove a team member from the workspace, losing access immediately but preserving their created records. Requires confirm=true to prevent accidental removal. The workspace owner must transfer ownership before removal.

Instructions

Remove a member from the workspace. The member immediately loses access. Their created records (invoices, expenses) are preserved. Cannot remove the workspace owner — transfer ownership first. Requires confirm=true to prevent accidental removal. / Elimina un miembro del espacio de trabajo. El miembro pierde acceso inmediatamente. Sus registros creados (facturas, gastos) se conservan. No se puede eliminar al propietario — transfiere la propiedad primero. Requiere confirm=true para evitar eliminaciones accidentales.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memberIdYesTeam member ID / ID del miembro del equipo
confirmYesMust be true to confirm removal / Debe ser true para confirmar la eliminacion

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYes
idYes
messageNo
Behavior5/5

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

Beyond annotations (destructiveHint=true), the description adds that the member immediately loses access, their created records are preserved, and the owner cannot be removed. This provides essential behavioral context.

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 concise with two short paragraphs (English and Spanish), front-loading the main action. Every sentence adds value without 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?

Given the destructive nature and available output schema, the description covers key aspects: access removal, record preservation, owner restriction, and confirmation requirement. It could mention error handling or idempotency, but overall complete.

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% for both parameters. The description adds meaning by explaining why confirm is required (prevent accidental removal), which is not in 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 clearly states 'Remove a member from the workspace', providing a specific verb and resource. It distinguishes well from sibling tools like invite_team_member and update_team_member_role.

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 gives explicit guidance: requires confirm=true to prevent accidental removal, and cannot remove owner without transferring ownership first. It does not name alternatives but provides clear context of when to use.

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