Skip to main content
Glama

Update objective

update_objective
Destructive

Update an existing objective's title, description, or year. Identify by objective_id or objective_title (preferred). If the title matches more than one active objective it refuses and lists them — pass objective_id to disambiguate. Use when the operator wants to rename or reword an objective or move it to another year — the OKR edit door for agents.

[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoNew year for the objective (e.g., 2026)
titleNoNew title for the objective
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
descriptionNoNew description for the objective
objective_idNoID of the objective to update (use this or objective_title)
objective_titleNoTitle of the objective to update (use this or objective_id)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

The description goes beyond the annotations by explaining the ambiguous-title behavior: if multiple active objectives match, it refuses and lists them, and objective_id disambiguates. It also discloses the write-tier approval workflow and instructs the agent to act on the first clear ask rather than re-asking. This adds substantial behavioral context beyond the destructiveHint and idempotentHint flags.

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 front-loaded with purpose, then identification behavior, then use case, then approval details. It is efficient and mostly non-redundant, though 'rename or reword' and 'title, description, or year' slightly restate the same idea. The approval block is relevant but contains some command-like jargon.

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 destructive mutation tool with no output schema, the description covers purpose, parameter selection, ambiguity handling, and approval requirements. It does not describe the success return value, but with no output schema and strong schema coverage this is a minor gap rather than a fatal one.

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?

Schema coverage is 100%, so the parameter schemas already document each field. The description adds useful selection guidance: objective_title is preferred, and objective_id should be used to disambiguate when multiple goals match. This goes beyond the schema but does not deeply explain all parameter interactions.

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 states a specific action (update an existing objective), the exact resource (objective), and the editable fields (title, description, year). It also rephrases the use case as renaming/rewarding or moving to another year, making it easy to distinguish from create_objective and delete_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 explicitly says 'Use when the operator wants to rename or reword an objective or move it to another year' and frames this as the 'OKR edit door for agents.' It does not explicitly list when not to use it or name alternatives like create_objective, but the intent is clear enough for an agent to route correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources