Skip to main content
Glama

lists_create_in_space

Create a new list directly in a ClickUp space, bypassing folders. Specify the space ID and list name to instantly add a folderless list.

Instructions

Create a new list directly in a ClickUp space without placing it in a folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the folderless list
space_idYesThe ID of the space to create the folderless list in
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It adds one meaningful qualifier—the list is placed in a space rather than a folder—but it does not mention permissions, idempotency, error conditions, or what the response contains. This is adequate but not detailed.

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, front-loaded sentence that directly states the action and the key scoping detail. Every word earns its place; there is no filler or repetition.

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 creation tool with two fully described parameters and no output schema, the description is largely complete. It covers what the tool does and where it applies. A minor gap is the absence of any indication about the response format, but this is not critical given the tool's simplicity.

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 input schema already describes both parameters (space_id and name) thoroughly, achieving 100% schema description coverage. The description adds no extra parameter-level detail, so the baseline of 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 clearly states the action ('Create a new list') and the precise scope ('directly in a ClickUp space without placing it in a folder'), which distinguishes it from sibling tools like lists_create_from_template_in_space and lists_create. The verb+resource+scope is specific and unambiguous.

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 explains when to use this tool (to create a folderless list directly in a space), and the phrase 'without placing it in a folder' implies a contrast with creating lists inside folders. However, it does not explicitly name alternatives or state when not to use it, so it falls just short of a 5.

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

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