Skip to main content
Glama

clickup_goal_add_kr

Add a key result (KR) to a goal; KRs drive goal progress. Specify type and target; automatic KRs derive progress from linked tasks or lists.

Instructions

Add a new key result (KR / sub-target) to a ClickUp goal. KRs drive the goal's overall percent-complete — each KR's progress is averaged. For 'automatic' KRs, link tasks or lists and progress is derived from their status; for number/currency/percentage KRs, report progress via clickup_goal_update_kr. Returns the created key result object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goal_idYesID of the parent goal. Obtain from clickup_goal_list (field: id).
list_idsNoList IDs whose task-completion percentage drives progress (only for type='automatic'). Obtain from clickup_list_list.
nameYesDisplay name of the key result (e.g. 'MRR reaches $50k').
owner_idsNoUser IDs responsible for this KR. Obtain from clickup_member_list.
steps_endYesTarget value the KR aims to reach. For 'percentage' KRs use 100; for 'boolean' use 1.
steps_startYesStarting value of the metric (e.g. 0 for a from-zero KR, current baseline otherwise). Ignored for 'boolean'.
task_idsNoTask IDs whose completion drives progress (only for type='automatic'). Obtain from clickup_task_list.
typeYesKey result type: 'number' (numeric target), 'currency' (monetary target), 'boolean' (done/not-done), 'percentage' (0–100), or 'automatic' (derived from linked tasks/lists).
unitNoUnit label shown next to numeric values (e.g. 'USD', 'users', 'signups'). Ignored for 'boolean' and 'automatic'.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that KRs drive the goal's percent-complete via averaging, and explains how progress is derived for automatic vs manual KRs. It mentions return of created object. While it could mention the need for goal_id validity, the transparency is good.

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?

The description is three sentences, front-loaded with the main action and purpose. It efficiently covers the KR concept, behavior for different types, and links to related tools. No wasted words, ideal length for quick comprehension.

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

Completeness5/5

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

Given no output schema, the description mentions 'Returns the created key result object', which is sufficient. It covers all relevant aspects: how KRs work, type-specific behavior, and a brief on how to update manual KRs. The tool has moderate complexity, and the description handles it completely.

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

Parameters4/5

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

Schema coverage is 100% with each parameter having a description. The description adds value by explaining the relationship between 'type' and other parameters (e.g., list_ids/task_ids only for automatic, steps_end for percentage/boolean). This contextual guidance enhances parameter understanding 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?

The description clearly states the tool adds a key result to a ClickUp goal, explains what a KR is ('sub-target'), and how it affects goal progress. It differentiates from the sibling tool clickup_goal_update_kr by mentioning it for reporting progress on certain KR types, making purpose distinct.

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?

The description provides explicit guidance on when to use 'automatic' KRs (linked tasks/lists) vs other types, and directs agents to clickup_goal_update_kr for reporting progress on number/currency/percentage KRs. It lacks an explicit 'when not to use' statement but covers key usage scenarios.

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