Skip to main content
Glama

ClickUp MCP Integration

by Leanware-io

clickup_set_custom_field_value_by_custom_id

Update custom field values on ClickUp tasks using their custom IDs to maintain accurate task metadata and organization in your workspace.

Instructions

Set a value for a custom field on a task using the task's custom ID

Input Schema

NameRequiredDescriptionDefault
custom_field_idYesCustom field ID
custom_idYesClickUp custom task ID
valueYesValue to set for the custom field. Type depends on the custom field type.

Input Schema (JSON Schema)

{ "properties": { "custom_field_id": { "description": "Custom field ID", "type": "string" }, "custom_id": { "description": "ClickUp custom task ID", "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "items": {}, "type": "array" }, { "additionalProperties": {}, "type": "object" } ], "description": "Value to set for the custom field. Type depends on the custom field type." } }, "required": [ "custom_id", "custom_field_id", "value" ], "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/Leanware-io/clickup-mcp-server'

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