Create Objective (OKR)
create_objectiveCreate a new objective with optional key results, period, and parent objective. Define measurable targets to track progress.
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
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Objective name (the only required field), e.g. 'Reach $50k MRR'. | |
| period | No | Free-text period, e.g. 'Q3 2026' (optional). | |
| parent_id | No | Parent objective id to nest under, from list_objectives (optional). | |
| product_id | No | Product to scope it to, from whoami (optional). | |
| description | No | Context for the objective (optional). | |
| key_results | No | Key results to attach (optional; up to 10). |