Skip to main content
Glama
Frihet-io

Frihet MCP Server

by Frihet-io

Invite Team Member

invite_team_member

Invite a new team member by sending an email invitation with a specified role (admin, member, viewer). The member must accept the invitation to gain access.

Instructions

Invite a new member to the workspace by email address. An invitation email is sent — the member must accept before gaining access. Roles: owner (full access), admin (manage account, no billing), member (operational access), viewer (read-only). Example: email='ana@example.com', role='member' / Invita a un nuevo miembro al espacio de trabajo por correo electronico. Se envia un email de invitacion — el miembro debe aceptar antes de acceder. Roles: owner (acceso total), admin (gestion sin facturacion), member (acceso operativo), viewer (solo lectura).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoDisplay name for the invitation (optional) / Nombre para la invitacion (opcional)
roleYesRole to assign (owner cannot be invited, must be transferred) / Rol a asignar (owner no se puede invitar, debe transferirse)
emailYesEmail address of the invitee / Email del invitado

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameNo
roleNo
emailYes
statusNo
joinedAtNo
createdAtNo
invitedAtNo
updatedAtNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.15.2
  2. Removedv1.15.2
  3. Addedv1.13.1

TDQS

A3.8/5.0
Behavior4/5

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

Annotations indicate a mutation (readOnlyHint=false) and no destructiveness. The description adds behavioral details: an invitation email is sent and the member must accept before gaining access. No contradictions.

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?

The description is relatively concise but includes bilingual content (English and Spanish), which may be redundant for a single-language agent. Overall, it is well-structured with clear sections.

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

Completeness3/5

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

The description covers purpose, flow, and roles, but lacks details on edge cases (e.g., duplicate invitations, invalid emails) and does not mention the output schema exists. Given the presence of an output schema, this is a minor gap.

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%, so baseline is 3. The description adds a usage example and role descriptions, but these largely overlap with schema descriptions. No significant new semantics 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 clearly states the action ('Invite a new member to the workspace by email address') and identifies the resource (team member). It distinguishes from sibling tools like remove_team_member and update_team_member_role by specifying the invitation flow.

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

Usage Guidelines3/5

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

The description provides context about the invitation process (email sent, acceptance required) and lists roles with descriptions, but does not explicitly state when to use this tool versus alternatives (e.g., update_team_member_role for role changes).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools