manage_objective
Create, update, or delete objectives and their associated key results in ProductPlan to manage OKRs and strategic goals.
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) FAILS WHEN: create without name, update/delete without objective_id. WARNING: delete also removes all key results under this objective.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | create, update, or delete | |
| description | No | Description | |
| name | No | Objective name | |
| objective_id | No | Objective ID (for update/delete) | |
| time_frame | No | Q1 2024, H1 2024, 2024 |