Skip to main content
Glama
Frihet-io

Frihet MCP Server

Invite Team Member

invite_team_member

Invite a new member to your workspace by email, assigning a role (admin, member, or viewer). The invitee must accept before accessing.

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
emailYesEmail address of the invitee / Email del invitado
roleYesRole to assign (owner cannot be invited, must be transferred) / Rol a asignar (owner no se puede invitar, debe transferirse)
nameNoDisplay name for the invitation (optional) / Nombre para la invitacion (opcional)

Output Schema

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

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

Discloses key behaviors: an invitation email is sent, the member must accept before gaining access, and lists available roles. Annotations confirm a write operation with no destructive or idempotent traits, and the description adds context beyond that.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Reasonably concise but includes bilingual text that duplicates information. The key details are front-loaded, but the repetition reduces efficiency.

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?

Covers the invitation flow, role options, and example. Assumes output schema explains return values. Missing prerequisites (e.g., required permissions) and fails to mention that the invitee must not already be a member, but overall adequate for a simple invite action.

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 description coverage is 100%, so baseline is 3. The description adds value by providing an example and expanding role meanings (e.g., 'admin (manage account, no billing)'), which helps the agent understand parameter usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'invite a new member to the workspace by email address', using a specific verb and resource. Distinguishes from sibling tools like list_team_members and remove_team_member, though fails to explicitly note that inviting an existing member is not allowed.

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

Usage Guidelines2/5

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

Mentions that an invitation email is sent and acceptance is required, but does not specify when to use this tool over alternatives (e.g., update_team_member_role for role changes) or include prerequisites or when not to use it.

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