Skip to main content
Glama
trustxai

amazing-clickup-mcp

by trustxai

clickup_edit_key_result

Idempotent

Update a Key Result's progress, note, name, owners, or task/list links to log progress on manual Key Results.

Instructions

Update a Key Result's progress, note, name, owners, or task/list links.

steps_current moves progress along the range set by create_key_result (steps_startsteps_end); note attaches a short progress comment alongside the update.

When to Use:

  • Logging progress on a manual (number/currency/boolean/percentage) Key Result.

When NOT to Use:

  • Creating a brand-new Key Result — use clickup_create_key_result.

  • Editing the parent Goal's own fields — use clickup_update_goal.

Returns: A confirmation string with the Key Result's fields after the update.

Examples: params = { "key_result_id": "8480-49bc-8c57-e569747efe93", "steps_current": 4, "note": "Closed another deal this week.", }

Error Handling: 404 means the key_result_id does not exist; 400 means steps_current is outside the type's valid range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations indicate write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds context by explaining the relationship between steps_current and the range from create_key_result, noting the return is a confirmation string, and covering error handling for 404 and 400 statuses. No contradiction with annotations.

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 concise and well-structured: it starts with the main purpose, then provides usage guidance, return info, an example, and error handling. Every sentence adds value without redundancy, and the front-loading allows quick understanding.

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 the tool has an output schema (not shown but noted) and moderate complexity, the description covers return value (confirmation string), error conditions (404, 400), and example usage. It adequately equips an agent to use the tool correctly without requiring additional external knowledge.

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?

The input schema includes descriptions for all parameters, so the baseline is 3. The description adds value by explaining the semantics of steps_current (relationship to the created key result's range) and note (attaching a progress comment), which goes beyond the schema's descriptions. The error handling also gives context for parameter validity (steps_current out of range). Therefore, score 4.

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 it updates a Key Result's progress, note, name, owners, or task/list links, using the verb 'Update' and specifying the resource. It distinguishes from siblings like clickup_create_key_result by explicitly stating when not to use this tool, making the purpose unambiguous.

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 includes explicit 'When to Use' and 'When NOT to Use' sections, naming alternative tools (clickup_create_key_result, clickup_update_goal) and specifying the context for usage: logging progress on a manual Key Result. This provides clear guidance for selecting the correct 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/trustxai/clickup-mcp'

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