Skip to main content
Glama

create_team_invite

Generates a team join invite link and token for a specified team ID. Share the invite link to add members.

Instructions

Generate a team join invite link.

Returns a token and inviteLink. Share the inviteLink with users to let them join the team.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idYesTeam ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It does not mention whether this requires special permissions, if an existing invite is revoked when a new one is generated, or any expiration behavior. The description only states what it returns.

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 very short and front-loaded with the main purpose. The second sentence adds value by stating the return values. However, it could be slightly more compact by merging the two sentences.

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

Completeness2/5

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

With an output schema present, the description need not explain return values, but given the tool's simplicity (1 param) and the lack of annotations, the description is complete enough for a basic understanding but fails to provide important context like permissions and behavior of replacing existing invites.

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 description coverage is 100%, so the schema already documents the single parameter (team_id) with a clear description. The description adds no extra meaning beyond what the schema provides, warranting a baseline 3.

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 (Generate a team join invite) and the resource (team invite link). It returns a token and inviteLink, distinguishing itself from sibling tools like create_team, create_team_membership, or list_team_members, but does not explicitly differentiate from them.

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?

No guidance is given on when to use this tool vs alternatives like create_team_membership or list_team_members. It does not mention prerequisites (e.g., user must be a team admin), nor does it instruct on sharing the inviteLink.

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/dsddet/booking_chest'

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