Skip to main content
Glama

clickup_goal_update

Modify a ClickUp goal's name, description, or due date. Progress updates are handled by updating the goal's key results.

Instructions

Modify a ClickUp goal's top-level fields (name, description, due date). To change progress, update the goal's key results instead via clickup_goal_update_kr — the goal's percent complete is derived automatically. Returns the updated goal object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoNew goal description. Markdown supported.
due_dateNoNew due date as a Unix timestamp in milliseconds (e.g. 1735689600000 for 2025-01-01).
goal_idYesID of the goal to update. Obtain from clickup_goal_list (field: id).
nameNoNew goal title. Omit to keep current name.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses that the goal's percent complete is derived automatically and that the tool returns the updated goal object. However, it does not mention permissions, idempotency, or error conditions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, zero waste. Clear and front-loaded: the first sentence states the purpose, the second provides critical usage guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers key aspects: what fields can be updated, derived behavior of percent complete, and returns the updated object. Lacks details on error handling or prerequisites, but given the tool's simplicity, it is mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds context by listing the fields and linking goal_id to another tool (clickup_goal_list), but does not significantly enhance individual parameter semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool modifies a ClickUp goal's top-level fields (name, description, due date). It also distinguishes itself from updating key results, which is a related sibling tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells when to use this tool (top-level fields) vs. when to use clickup_goal_update_kr (progress/ key results). Also mentions that percent complete is derived automatically, guiding the user away from manually setting it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/nicholasbester/clickup-cli'

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