Skip to main content
Glama

mcp-clickup

by mikah13

clickup_get_task_by_custom_id

Retrieve a specific task from ClickUp using its custom ID via the MCP server. Simplify task management by accessing detailed task information with ease.

Instructions

Get a task by its custom ID

Input Schema

NameRequiredDescriptionDefault
typeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "type": { "additionalProperties": false, "properties": { "custom_id": { "type": "string" } }, "required": [ "custom_id" ], "type": "object" } }, "required": [ "type" ], "type": "object" }
Install Server

Other Tools from mcp-clickup

Related Tools

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

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