Skip to main content
Glama

appwrite_create_team_membership

Invite users to join a team by email, phone, or user ID to manage team membership and assign roles.

Instructions

[UNIFIED] Invite a user to join a team. Can invite by email, phone, or existing user ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
team_idYes
rolesYes
emailNo
user_idNo
phoneNo
urlNo
nameNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. While 'Invite' implies sending a notification, the description fails to disclose critical behavioral details: whether invitations expire, if acceptance is required, what the `url` parameter controls (callback URL), or side effects like email/SMS delivery.

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 appropriately concise with two focused sentences. However, the '[UNIFIED]' prefix appears to be metadata cruft that does not add value to the agent, slightly detracting from an otherwise efficient structure.

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?

Given 8 parameters with 0% schema coverage, no output schema, and no annotations, the description is insufficient for a complex invitation workflow. It omits explanation of the invitation lifecycle, the purpose of half the parameters, and expected outcomes, leaving significant gaps in contextual understanding.

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

Parameters2/5

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

Schema description coverage is 0%, requiring the description to compensate. The text only partially explains three parameters (email, phone, user_id) by listing them as invitation methods. Critical parameters like `site` (purpose unclear), `roles` (array content undefined), `url`, and `name` receive no semantic explanation, leaving the majority of the schema undocumented.

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 specific action (invite) and resource (team membership) and distinguishes the three possible identification methods (email, phone, user ID). However, it does not explicitly differentiate from sibling tools like `appwrite_update_membership` or clarify that this creates a new membership record versus updating existing ones.

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 implies the flexibility of invitation methods (email, phone, or user ID), suggesting these are alternatives, but lacks explicit guidance on when to use which method, prerequisites for the invitee, or what happens if the user is already a member. No explicit alternatives or exclusions are stated.

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/airano-ir/mcphub'

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