Skip to main content
Glama

Create Objective (OKR)

create_objective

Create a product objective with key results. Optionally specify period, parent objective, product, and description for tracking.

Instructions

Create an objective, optionally with key results, and return it. period is free text (e.g. 'Q3 2026'); product_id and parent_id (a parent objective) are optional and verified in-org. Each key result takes name + optional unit / start_value / target_value. Only name is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesObjective name (the only required field), e.g. 'Reach $50k MRR'.
periodNoFree-text period, e.g. 'Q3 2026' (optional).
parent_idNoParent objective id to nest under, from list_objectives (optional).
product_idNoProduct to scope it to, from whoami (optional).
descriptionNoContext for the objective (optional).
key_resultsNoKey results to attach (optional; up to 10).
Behavior4/5

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

Annotations indicate readOnlyHint=false, which aligns with the mutation action described. The description adds that fields are verified in-org, but does not cover all behavioral traits (e.g., atomicity of key result creation). No contradictions exist.

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?

The description is two sentences, front-loaded with the main action, and contains no redundant information. Every sentence adds value.

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 core creation action and key constraints. While it lacks details on return format (e.g., includes objective ID), it is adequate given the schema richness and lack of output schema. It could be more complete but is not deficient.

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%, but the description adds meaning beyond the schema by explaining free-text period, verification of IDs, and key result structure. This helps the agent understand parameter usage beyond the basic schema properties.

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 'Create an objective, optionally with key results, and return it.' It uses a specific verb and resource and distinguishes itself from sibling tools like update_objective and list_objectives.

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 provides context on optional fields and constraints (e.g., period is free text, product_id/parent_id verified in-org). However, it does not explicitly state when to use this tool versus alternatives like update_objective, though it is implied.

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