Skip to main content
Glama

create_folderless_list

Create a new list directly in a ClickUp space without a folder. Specify the space ID and list name to add a list at the space level.

Instructions

Create a new list directly in a space (no folder)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesList name
statusNo
contentNo
assigneeNo
due_dateNo
priorityNo
space_idYesThe space ID
Behavior2/5

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

No annotations are provided, so the description carries full burden. 'Create' implies a mutation, but the description doesn't disclose side effects, required permissions, uniqueness constraints, or what happens if the space doesn't exist. Given the tool creates resources and there are zero annotations, this is a significant transparency gap.

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?

A single efficient sentence that conveys the core purpose with zero waste. The parenthetical clarifying the folderless nature is valuable and compact.

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?

For a creation tool with 7 params, no output schema, and no annotations, a one-sentence description is thin. It doesn't explain return behavior, required permissions, or any constraints. However, the core purpose is clear and the required fields match the schema, making it minimally viable.

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 only 29% (2 of 7 parameters described: name and space_id). The description doesn't elaborate on any parameters beyond implicitly referencing space_id ('in a space') and name ('create a list'). The 5 undocumented parameters (status, content, assignee, due_date, priority) receive no help from description. With low coverage, description should compensate but doesn't.

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

Purpose4/5

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

The description says 'Create a new list directly in a space (no folder)' — this is a specific verb+resource and the parenthetical clarifies the distinguishing trait from create_list or create_folder. It clearly states the 'no folder' scope, though it doesn't explicitly name the sibling alternative (create_list).

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

Usage Guidelines3/5

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

The description implies this is for creating a list that is NOT inside a folder, which distinguishes it from create_list for lists within folders. However, it doesn't explicitly state when to choose this over create_list, and the sibling 'create_list' exists without clarification of the difference beyond the implicit folderless context.

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

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