Skip to main content
Glama
azukhrufy
by azukhrufy

get_lists

Retrieve all lists from a ClickUp folder or space. Provide either folder_id or space_id to get the results.

Instructions

Get all lists in a ClickUp folder or space. Provide either folder_id or space_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
archivedNoInclude archived lists
space_idNoThe ID of the space (optional if folder_id given)
folder_idNoThe ID of the folder (optional if space_id given)
Behavior3/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It signals a read-only operation via 'Get' and clarifies the exclusive-or requirement between folder_id and space_id. Yet it does not mention pagination, default filtering (e.g., archived lists excluded by default), or any permissions/rate-limit context. It adds some value but leaves gaps.

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 sentence with two short clauses, front-loaded with the action and resource. It is concise and every word adds value—no fluff or redundancy.

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

Completeness4/5

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

For a simple read operation with no output schema and no annotations, the description covers the essential invocation context (folder or space, either/or parameter). It does not explain return structure or pagination, but the 'all lists' phrasing implies the expected result. Overall, it is fairly complete for a straightforward list endpoint, with minor gaps around pagination or default behavior.

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 baseline is 3. The description partly repeats the either/or relationship already stated in the schema descriptions (e.g., 'optional if folder_id given'). It adds no new parameter meaning beyond what the schema already provides, so a 3 is appropriate.

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 uses a specific verb ('Get'), names the resource ('all lists'), and clearly scopes it to a ClickUp folder or space. It distinguishes from sibling tools like get_list (singular) and get_folders by specifying the list-of-lists operation and the folder/space context.

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 clearly states the main usage context: getting all lists within a folder or space. It also gives a necessary usage constraint ('Provide either folder_id or space_id'). However, it does not explicitly mention alternatives or exclusions (e.g., 'use get_list for a single list'), so it stops short of full guidance.

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