Skip to main content
Glama

guests_invite

Invite a guest to a ClickUp workspace by providing workspace ID and email, with optional tag editing permissions.

Instructions

Invite a guest to a ClickUp workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe email address of the guest
workspace_idYesThe ID of the workspace
can_edit_tagsNoWhether the guest can edit tags
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. The description only names the action without explaining side effects (e.g., sending an email, creating a pending invitation), permission requirements, or the response format. This is a significant gap for an action that likely has side effects.

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

Conciseness5/5

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

The description is a single, clear sentence with no extraneous information. It is front-loaded with the action and target, making it easy to parse and understand quickly.

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 tool is relatively simple with 3 parameters, all well-documented in the schema, and no output schema. The description gives the essential purpose, but given the mutation side effects and the existence of related tools, it could be more complete. However, for a basic invite action, the description is minimally adequate.

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 input schema already documents all three parameters (email, workspace_id, can_edit_tags). The description adds no additional meaning or context about these parameters. Baseline score of 3 is appropriate since the schema does the heavy lifting.

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

Purpose5/5

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

The description clearly states the action ('Invite'), the target resource ('a guest'), and the context ('to a ClickUp workspace'). It is specific and distinct from sibling tools like users_invite (which invites users) and guests_attach (which likely attaches an existing guest), thus avoiding ambiguity.

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 explicit guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or scenarios where other guest-related tools (e.g., guests_attach, guests_update) would be more appropriate. Usage is only implied by the action itself.

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

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