Skip to main content
Glama
olgasafonova

productplan-mcp-server

manage_objective

Destructive

Create, update, or delete objectives and their key results. Use to add quarterly goals, modify objectives, or remove OKRs.

Instructions

Create, update, or delete an objective.

USE WHEN: "Add Q1 objective", "Update objective", "Delete OKR" Actions: create (name), update (objective_id), delete (objective_id) Returns the created/updated objective, or confirmation on delete. FAILS WHEN: create without name, update/delete without objective_id. WARNING: delete also removes all key results under this objective.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoObjective name
actionYescreate, update, or delete
time_frameNoQ1 2024, H1 2024, 2024
descriptionNoDescription
objective_idNoObjective ID (for update/delete)
Behavior5/5

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

Beyond the destructiveHint annotation, the description discloses return values (created/updated objective or confirmation), failure conditions, and a critical warning that deletion removes all key results under the objective. This adds significant behavioral context.

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?

The description is concise and front-loaded with the summary, then organized into use cases, actions, returns, failures, and warning. It is efficient but slightly redundant with schema information, earning a 4.

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?

The description covers the main behaviors, returns, and a critical warning. However, it does not explain partial updates (e.g., updating only some fields) or the role of the time_frame parameter. For a tool with no output schema and moderate complexity, this is a minor gap.

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?

The input schema has 100% description coverage, so the schema already documents all parameters clearly. The description reiterates that 'name' is for create and 'objective_id' for update/delete, but does not add new semantic meaning beyond the schema. Baseline score of 3 applies.

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 explicitly states the verb ('Create, update, or delete') and resource ('objective'), and differentiates from sibling manage_* tools by focusing on objectives. The examples ('Add Q1 objective', 'Update objective', 'Delete OKR') reinforce the purpose.

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 when-to-use examples using 'USE WHEN' and lists failure conditions ('FAILS WHEN: create without name, update/delete without objective_id'). It also warns about cascading deletion, guiding the agent on proper invocation.

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