Skip to main content
Glama
azukhrufy
by azukhrufy

get_folder

Retrieve detailed information about a specific ClickUp folder by its ID. Access folder metadata to support project organization and task management.

Instructions

Get details of a single ClickUp folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idYesThe ID of the folder
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. It only says 'Get details,' which indicates a read operation but provides no information about return format, error behavior, permissions, or rate limits. The term 'details' is vague and does not explain what specific fields are returned.

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, focused sentence with no wasted words. It directly states the purpose without ambiguity.

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?

This is a simple single-parameter tool with no output schema. The description is sufficient to understand the basic operation but lacks details about the return payload, which in the absence of an output schema is a gap. However, for a get-by-id operation, 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?

The schema covers 100% of the parameter 'folder_id' with the description 'The ID of the folder.' The tool description adds nothing beyond that, so a baseline score of 3 is appropriate since the schema already handles parameter meaning.

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 ('Get') and the specific resource ('details of a single ClickUp folder'). It distinguishes itself from siblings like get_folders (plural) and other folder operations (create/update/delete).

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

Usage Guidelines4/5

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

The description implies that this tool is used when you need details of a single folder by its ID. It provides clear context but does not explicitly mention alternatives or exclusions, though for a simple get operation the intent is obvious.

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