Skip to main content
Glama

create_folderless_list

Create a list directly under a ClickUp space without needing a folder. Specify space ID, name, and optional details like due date, priority, assignee, or status.

Instructions

Create a List directly under a Space (no Folder).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
space_idYesSpace ID.
nameYes
contentNoList description.
due_dateNoDate as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h").
due_date_timeNo
priorityNo1=urgent .. 4=low.
assigneeNoDefault assignee user id.
statusNoList color/status name.
Behavior2/5

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

No annotations provided, so description must carry behavioral disclosure. It only states creation without folder, omitting permissions, side effects, or handling of missing space. With 8 parameters, this is insufficient.

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?

Single sentence with no filler. Every word is necessary and purpose is front-loaded.

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

Completeness2/5

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

With 8 parameters, no output schema, and many sibling tools, the description is too sparse. It lacks information on return value, defaults, and behavioral constraints, making it incomplete for confident selection and invocation.

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 75%. The description does not add meaning beyond what the schema already provides for parameters. Baseline 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 ('Create') and resource ('List directly under a Space'), clearly distinguishing it from sibling tools like create_list_in_folder that place lists inside folders.

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 when to use (no folder) but does not explicitly state when not to use or provide alternatives. The contrast with create_list_in_folder is clear, but lacking explicit 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/helbertparanhos/clickup-mcp-pro'

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