Skip to main content
Glama

create_list_in_folder

Create a new list inside a ClickUp folder. Optionally set description, due date, priority, default assignee, and status. Returns the created list ID.

Instructions

Create a new List inside a Folder, optionally setting its description, due date, priority, default assignee and status. Returns the created List with its id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idYesID of the Folder to create the List in.
nameYesName for the new List.
contentNoList description / notes shown at the top of the List.
due_dateNoDue date for the List. Accepts natural language ('tomorrow', 'in 3 days'), ISO date, or epoch milliseconds.
due_date_timeNoIf true, the due_date includes a specific time of day (not just a date).
priorityNoPriority: 1=urgent, 2=high, 3=normal, 4=low.
assigneeNoUser id set as the default assignee for new tasks in the List.
statusNoList color/status name (the List's accent label).
Behavior3/5

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

With no annotations, the description must convey behavioral traits. It states the tool returns the created List with its ID, which is expected for a create operation. However, it does not disclose any required permissions, side effects (e.g., folder existence check), or idempotency properties.

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?

Two concise sentences: first covers purpose and optional fields, second covers return value. No unnecessary words or repetition.

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?

Given 8 parameters and no output schema, the description is adequate but incomplete. It does not explain the full return structure (e.g., whether it returns all list fields) or mention error scenarios. The schema compensates for parameter details, but the return and error handling are underexplained.

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 schema already documents all parameters. The description merely lists optional fields without adding new detail. It fails to mention the 'due_date_time' parameter, though it is covered in schema.

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 verb 'Create' and the resource 'List inside a Folder', listing optional fields. It distinguishes from siblings like 'create_folderless_list' and 'create_list_from_template_in_folder' by specifying the parent as a Folder.

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?

No explicit guidance on when to use this tool versus alternatives. While sibling names imply different contexts, the description does not provide any when-to-use or when-not-to-use information.

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/helbertparanhos/clickup-mcp-pro'

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