Skip to main content
Glama
berthelius

Frihet MCP Server

Remove Team Member

remove_team_member
DestructiveIdempotent

Remove a team member from the workspace. The member loses access immediately while their created records are preserved.

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
confirmYesMust be true to confirm removal / Debe ser true para confirmar la eliminacion
memberIdYesTeam member ID / ID del miembro del equipo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
dataNo
metaNo
messageNo
successNo
Behavior5/5

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

Adds critical behavioral details beyond annotations: member immediately loses access, created records are preserved, and special rule about workspace owner. Complements destructiveHint and readOnlyHint annotations with concrete effects.

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?

Concise sentences with front-loaded main action. Bilingual repetition (Spanish and English) adds length but is appropriate for multi-language context. Every sentence conveys unique information without fluff.

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?

Fully covers the tool's destructive nature, side effects (record preservation), edge case (owner), and parameter requirement (confirm). With existing output schema and clear sibling list, agent has sufficient information to decide and invoke correctly.

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 already describes both parameters (memberId and confirm) with 100% coverage. Description adds value by explaining why confirm is required (prevent accidental removal) and that it must be true, enhancing the schema's basic description.

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?

Clearly states 'Remove a member from the workspace' with specific verb (remove) and resource (team member). Distinguishes from sibling tools like invite_team_member, update_team_member_role, and list_team_members.

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 explicit context: when to use (removing a member), when not to use (cannot remove workspace owner), and prerequisite (transfer ownership first). Also specifies required confirm parameter to prevent accidental removal. Could explicitly name alternatives but current guidance is sufficient.

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

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