Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

get_task

Retrieve detailed task information from ClickUp by providing a task ID, custom ID, or URL, with the option to include subtasks for comprehensive task management.

Instructions

Get task details by ID (supports various ID formats including project codes)

Input Schema

NameRequiredDescriptionDefault
include_subtasksNoInclude subtasks in response
task_idYesTask ID, custom ID (e.g., gh-123), or URL

Input Schema (JSON Schema)

{ "properties": { "include_subtasks": { "description": "Include subtasks in response", "type": "boolean" }, "task_id": { "description": "Task ID, custom ID (e.g., gh-123), or URL", "type": "string" } }, "required": [ "task_id" ], "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