Skip to main content
Glama

clickup_goal_add_kr

Add a key result to a ClickUp goal to track progress through numeric targets, task completion, or other metrics that drive overall goal achievement.

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?

With no annotations provided, the description carries full burden and does well by explaining that KRs drive goal percent-complete through averaging, describes the two main KR types (automatic vs manual), and mentions the return value ('Returns the created key result object'). However, it doesn't cover potential error conditions, rate limits, or authentication requirements.

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 efficiently structured in three sentences: first states the purpose, second explains KR types and their usage, third specifies the return value. Every sentence adds value with zero wasted words, and key information is front-loaded.

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?

For a creation tool with no annotations and no output schema, the description does well by explaining the KR system, different types, and when to use alternatives. It could be more complete by mentioning authentication requirements or error handling, but covers the essential context for proper tool selection and invocation.

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 description coverage is 100%, so the schema already documents all 9 parameters thoroughly. The description adds some context about KR types and their implications, but doesn't provide additional parameter-specific semantics beyond what's in the schema. This meets the baseline for high schema coverage.

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 specific action ('Add a new key result'), identifies the resource ('to a ClickUp goal'), and distinguishes it from siblings by explaining the purpose of KRs in driving goal progress. It explicitly mentions the sibling tool 'clickup_goal_update_kr' for updating progress on certain KR types.

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

Usage Guidelines5/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 this tool vs alternatives: it specifies that for 'automatic' KRs, you link tasks/lists, while for number/currency/percentage KRs, you should use 'clickup_goal_update_kr' to report progress. This clearly differentiates usage scenarios and directs to the appropriate sibling tool.

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