Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

get_task_analytics

Analyze task performance metrics like velocity and completion rate in ClickUp. Provide Space ID and period to evaluate productivity trends and workflow efficiency.

Instructions

Get analytics for tasks (velocity, completion rate, etc.)

Input Schema

NameRequiredDescriptionDefault
period_daysNoPeriod in days to analyze
space_idYesSpace ID

Input Schema (JSON Schema)

{ "properties": { "period_days": { "description": "Period in days to analyze", "type": "integer" }, "space_id": { "description": "Space ID", "type": "string" } }, "required": [ "space_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