Skip to main content
Glama

Get List

get_list
Read-onlyIdempotent

Retrieve details and settings of a ClickUp list using its list ID. Inspect list properties, configuration, and metadata to understand its structure and options.

Instructions

Get the details and settings of one ClickUp List.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYes
Behavior3/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that it retrieves 'details and settings,' which is useful but doesn't disclose any caveats, return format, or auth requirements. It is consistent with annotations.

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, focused sentence with no redundant words. It conveys the core purpose efficiently.

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 one-parameter read-only tool with strong annotations, the description is adequate but leaves gaps. It doesn't describe the return structure or what 'settings' includes, and there's no output schema to cover that. However, the tool's simplicity means the agent can likely infer the behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, and the description does not explicitly explain the list_id parameter. However, the parameter name 'list_id' is self-descriptive, and the description implies it identifies the list. This is minimal compensation; it adds no additional meaning beyond the 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 ('Get') and the resource ('details and settings of one ClickUp List'), which is specific and distinguishes from siblings like get_task or update_list. It is not a tautology and includes the scope of 'one' 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?

No usage guidance is provided. There are no mentions of when to use this tool versus alternatives like search_workspace or get_folder, nor any exclusions. The intended use is only implied by the tool name and description.

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

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