Skip to main content
Glama

mcp-clickup

by mikah13

clickup_get_tasks

Retrieve multiple tasks from ClickUp by specifying their unique IDs. Streamline task management and access data efficiently using this API tool.

Instructions

Get multiple tasks by their IDs

Input Schema

NameRequiredDescriptionDefault
typeYes

Input Schema (JSON Schema)

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

You must be authenticated.

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