Skip to main content
Glama

Update Key Result

update_key_result
Idempotent

Update a key result's progress by setting current_value or other fields via ID. Omitted fields stay unchanged; returns the updated record.

Instructions

Update a key result — most often to move current_value as progress lands — and return it; omitted fields are unchanged. Resolve the id via list_objectives (each objective carries its key_results with ids). Only id is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesKey result id, from list_objectives (required).
nameNoNew name (optional).
unitNoNew unit, e.g. 'USD'; null clears it (optional).
start_valueNoNew starting baseline (optional).
target_valueNoNew target value; null clears it (optional).
current_valueNoNew current value (optional).
Behavior3/5

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

Annotations already indicate idempotentHint=true. The description adds that omitted fields remain unchanged, which aligns with idempotency and provides useful behavioral context. No contradictions, but the description adds only modest extra transparency beyond 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?

Three sentences with no waste: the first sentence states purpose and behavior, the second provides id resolution guidance, and the third clarifies required fields. Front-loaded with most important information.

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?

Given the absence of an output schema, the description covers the core update behavior and id resolution. It is sufficient for an agent to select and use the tool correctly, though it could optionally mention error conditions for missing ids.

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 each parameter. The description re-emphasizes that only id is required and notes the unit can be cleared, but adds no significant new semantic value 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 updates a key result, primarily to move current_value, and specifies the resource (key result) and the action (update). It also provides a distinct usage context by referencing list_objectives for resolving the id, differentiating it from sibling tools like update_objective.

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 gives explicit guidance on when to use the tool ('most often to move current_value as progress lands') and how to prepare by resolving the id via list_objectives. However, it does not explicitly state when not to use it, though no direct alternatives exist.

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/AIOProductOS/claude-plugin'

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