Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

find_list_by_name

Search for a specific list by name within a ClickUp space using the task management API. Ideal for locating tasks or workflows quickly in project management.

Instructions

Find a list by name

Input Schema

NameRequiredDescriptionDefault
nameYesList name to search for
space_idNoSpace ID to search in

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "List name to search for", "type": "string" }, "space_id": { "description": "Space ID to search in", "type": "string" } }, "required": [ "name" ], "type": "object" }

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

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