Skip to main content
Glama
azukhrufy
by azukhrufy

invite_team_member

Invite a user to a ClickUp workspace by providing their email and team ID, and optionally set permissions for tags, goals, views, and time tracking.

Instructions

Invite a user to a ClickUp team/workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail of the user to invite
team_idYesThe ID of the team (workspace)
can_edit_tagsNoCan edit tags (default false)
can_create_tagsNoCan create tags (default true)
can_create_goalsNoCan create goals (default true)
can_create_viewsNoCan create views (default true)
can_see_time_spentNoCan see time spent (default false)
can_see_time_estimatedNoCan see time estimated (default true)
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 disclosing behavioral traits. It only states the basic action without explaining side effects (e.g., sending an invitation email), permission requirements, or behavior for existing users. This is a significant gap for a mutation tool.

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 a single, concise sentence that front-loads the action and contains no unnecessary words. It is appropriately sized for a simple tool, though it could have included more contextual information without becoming verbose.

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?

For a tool with 8 parameters, no output schema, and no annotations, the description is insufficient. It does not explain expected response, error handling, or the interplay of the boolean permission parameters. The agent would lack critical context for invoking the tool successfully.

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?

The input schema provides descriptions for all 8 parameters, including defaults for booleans (e.g., can_edit_tags default false). The tool description adds no additional parameter context beyond what the schema already offers, so it meets the baseline for 100% schema coverage.

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 identifies the action (invite) and target (a user to a ClickUp team/workspace), using a specific verb and resource. It is unambiguous and distinct from sibling tools like get_team_members or get_members, which are read-only. However, it does not explicitly reference alternative invite mechanisms or differentiation, so it falls short of a 5.

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?

The description provides no guidance on when to use this tool versus alternatives, nor any prerequisites such as admin permissions or user status. It simply states the action without contextual hints about appropriate scenarios, leaving the agent to infer usage.

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/azukhrufy/clickup-mcp-server'

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