Skip to main content
Glama

Delete objective

delete_objective
Destructive

Archive an objective and its key results (safe delete — recoverable, never hard-deleted). Identify by title (preferred) or ID. If the title matches more than one objective it refuses and lists them — pass an ID to disambiguate.

[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
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
objective_idNoID of the objective (optional if using objective_title)
objective_titleNoTitle of the objective to archive (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?

Beyond destructiveHint=true, the description discloses that the delete is recoverable ('never hard-deleted'), that the tool refuses and lists matches when a title is ambiguous, and details the write-tier approval flow with from-now-on vs just-once semantics. This is rich behavioral context that annotations alone don't provide.

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?

Two tight paragraphs, front-loaded with the core purpose, then identification rules, then approval behavior. The approval section is dense but each clause carries necessary operational guidance; nothing is wasted.

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?

Covers purpose, identification, ambiguity handling, and approval semantics. A minor gap is that it doesn't describe what a successful response looks like, but there is no output schema and the outcome is clearly stated.

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 baseline is 3. The description adds value by marking title as preferred and explaining that ID is used for disambiguation, which helps an agent choose the right parameter in ambiguous situations.

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 opens with 'Archive an objective and its key results', a specific verb and resource. It clarifies this is a safe, recoverable delete, distinguishing it from hard deletes and from sibling tools like delete_key_result.

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?

Provides explicit identification rules: title preferred, ID to disambiguate when multiple matches. It also tells the agent when to invoke it ('Call it on the first clear ask') and how approvals behave. It doesn't explicitly name alternatives like delete_key_result, but the scope statement makes the distinction clear.

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