Skip to main content
Glama

ClickUp MCP Server

by Nazruden

clickup_create_board

Create a new task board in a specified ClickUp space by providing the space ID, board name, and optional description. Simplify project organization and task management within your workspace.

Instructions

Create a new board in a ClickUp space

Input Schema

NameRequiredDescriptionDefault
contentNoBoard description or content
nameYesBoard name
space_idYesThe ID of the space to create the board in. The unique identifier for the resource in ClickUp.

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Board description or content", "type": "string" }, "name": { "description": "Board name", "type": "string" }, "space_id": { "description": "The ID of the space to create the board in. The unique identifier for the resource in ClickUp.", "type": "string" } }, "required": [ "space_id", "name" ], "type": "object" }

You must be authenticated.

Other Tools from ClickUp MCP Server

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

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