Skip to main content
Glama
olgasafonova

productplan-mcp-server

manage_key_result

Destructive

Create, update, or delete key results linked to an objective. Set targets and track progress, or remove key results when needed.

Instructions

Create, update, or delete a key result.

USE WHEN: "Add KR", "Update progress", "Delete KR" Actions: create (name+target), update (key_result_id), delete (key_result_id) Returns the created/updated key result, or confirmation on delete. FAILS WHEN: create without name or target_value, update/delete without key_result_id (use list_key_results).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoKey result name
actionYescreate, update, or delete
objective_idYesParent objective ID
target_valueNoTarget (100, 50%, $1M)
current_valueNoCurrent progress
key_result_idNoKey result ID (for update/delete)
Behavior5/5

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

Beyond destructiveHint annotation, description details return values (created/updated key result or confirmation) and failure scenarios. 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.

Conciseness4/5

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

Well-structured with clear sections, but slightly verbose. Every sentence adds value; minor redundancy in listing actions twice.

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?

Fully covers CRUD operations, required parameters, failure conditions, and return values. With no output schema, description compensates effectively.

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

Parameters5/5

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

Despite 100% schema coverage, description adds grouping by action (create/update/delete) and clarifies required vs optional fields per action, enhancing usability.

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?

Clearly states 'Create, update, or delete a key result' with specific verbs and resource. Distinguishes from siblings like get_key_result (read-only) and list_key_results (list) through detailed actions and failure conditions.

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?

Explicit 'USE WHEN' with examples ('Add KR', 'Update progress', 'Delete KR') and 'FAILS WHEN' conditions. References sibling tool list_key_results for obtaining IDs.

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/olgasafonova/productplan-mcp-server'

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