Skip to main content
Glama

elevenlabs_invite_user

Invite User. Sends an email invitation to join your workspace to the provided email. If the user doesn't have an account they will be prompted to create one. If the user accepts this invite they will be added as a user to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission. If the user is already in the workspace a 400 error will be returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
accountNo
group_idsNo
seat_typeNo
usage_limitNo
workspace_permissionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior5/5

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

The description discloses important behavioral outcomes: an email invitation is sent, new users are prompted to create an account, accepted invites consume a workspace seat, the caller needs a specific permission, and duplicate invites yield a 400 error. The annotations provide no helpful hints (all false), so the description carries the burden and does so thoroughly.

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 generally compact and front-loaded, with useful clauses about effects, permissions, and error conditions. The opening 'Invite User.' is redundant with the tool title and could be removed, but the remaining content is well organized and earns its place.

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 core workflow, permissions, seat implications, and an error case, which is adequate for a basic email-only invitation. However, with six parameters and no schema-level descriptions, the omission of optional parameter semantics leaves the tool incomplete for non-trivial invocations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only references the 'provided email' parameter. The optional parameters account, group_ids, seat_type, usage_limit, and workspace_permission are entirely unexplained, including their purpose, allowed values, or defaults. This is a significant gap for a 6-parameter tool.

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?

The description clearly states the action: sending an email invitation to join the workspace. It includes the resource (workspace invitation) and key behavior (email, account creation prompt, seat consumption). It does not explicitly contrast with siblings like elevenlabs_invite_users_bulk, so differentiation relies on the singular phrasing.

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 clear context for when the tool is applicable: it invites a single user to a workspace, requires the WORKSPACE_MEMBERS_INVITE permission, and returns a 400 if the user is already in the workspace. It does not mention explicit alternatives or exclusions, but the usage context is reasonably clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.