Skip to main content
Glama
lucaspsantana

clickup-custom-mcp

clickup_list_tasks

Retrieve ClickUp tasks filtered by list, status, assignee, or search term. Omit list_id to use team task filter.

Instructions

List ClickUp tasks. Filter by list_id, status, assignee, or search term. Uses team task filter when list_id is omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idNoClickUp list ID — if set, lists tasks in this list only
statusNoFilter by status name, e.g. 'in progress'
assignee_idNoFilter by assignee user ID
searchNoSearch in task name and description
include_closedNo
pageNo
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that omitting list_id uses a team task filter, which is useful. However, it lacks details on pagination, rate limits, or auth requirements. More behavioral context would be beneficial.

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 sentences, no wasted words. First sentence captures purpose, second adds key behavioral context. Efficient and well-structured.

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?

No output schema is provided, so the description should hint at return values. It does not mention response format or pagination details. Given 6 parameters and no output information, the description is adequate but not fully complete.

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 67% (4 of 6 parameters described). The description lists filter options but does not add extra semantics beyond the schema. Baseline is appropriate as the schema already explains parameters adequately.

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 'List ClickUp tasks' with specific verb and resource. It mentions filtering options and a key behavioral distinction when list_id is omitted, distinguishing it from sibling tools like clickup_update_task.

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 provides clear context for when to use the tool (listing tasks with filters) and notes the behavior without list_id. However, it does not explicitly state when not to use it or compare with alternatives, though siblings are listed.

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

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