Skip to main content
Glama

clickup_guest_share_folder

Grant a ClickUp guest user access to an entire folder, including all lists and tasks, at a specified permission level (read, comment, create, edit).

Instructions

Grant a ClickUp guest user access to an entire folder — including all its lists and tasks — at a specified permission level. Use clickup_guest_share_list or _share_task for narrower scope. Use clickup_guest_unshare_folder to revoke. Requires Enterprise plan. Returns the updated guest object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idYesID of the folder to share. Obtain from clickup_folder_list (field: id). All descendant lists and tasks are accessible via this grant.
guest_idYesNumeric ID of the guest user. Obtain from clickup_guest_get or clickup_guest_invite (response.id).
permissionYesAccess level applied to every descendant: 'read' (view only), 'comment' (view + comment), 'create' (comment + create tasks), 'edit' (full edit rights).
Behavior4/5

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

No annotations are provided, so the description bears full burden. It discloses that the action grants access to all descendant lists and tasks, that it returns the updated guest object, and implies the Enterprise plan requirement. It does not address potential side effects like permission overrides, but the core behavior is transparent.

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?

Three sentences, each earning its place: the first defines the action and scope, the second provides alternatives and reversal, the third states plan requirement and return value. No redundant or vague wording.

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

Completeness5/5

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

Given no output schema, the description mentions the return value ('updated guest object') sufficiently. All three parameters are explained with sourcing guidance. The description covers purpose, usage, and result without missing critical details.

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

Parameters4/5

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

Schema coverage is 100% with each parameter already having a description. The tool description adds value by advising how to obtain each parameter (e.g., 'Obtain from clickup_folder_list (field: id)') and by clarifying that the permission value applies to every descendant, which is slightly more explicit than the schema's phrasing.

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: 'Grant a ClickUp guest user access to an entire folder — including all its lists and tasks — at a specified permission level.' It distinguishes from siblings by mentioning narrower-scope alternatives (clickup_guest_share_list, clickup_guest_share_task) and the revocation counterpart (clickup_guest_unshare_folder).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool (for folder-level access) and when to use alternatives (list or task sharing). It also mentions the Enterprise plan requirement and notes that the result is an updated guest object, which helps the agent decide invocation order.

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/nicholasbester/clickup-cli'

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