create_key_result
Create key results for goals by defining measurement type, target values, and optional task/list integration for automatic progress tracking.
Instructions
Add a key result (a measurable target) to a Goal. Choose its measurement type and, for numeric types, the start/end steps and unit. Can be tied to tasks or Lists for automatic tracking. Returns the created key result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | ID of the Goal to add the key result to. | |
| name | Yes | Name of the key result (what is being measured). | |
| type | Yes | Measurement type: 'number', 'currency', 'boolean' (done/not done), 'percentage', or 'automatic' (tracked from tasks/lists). | |
| steps_start | No | Starting value for numeric/currency/percentage types. | |
| steps_end | No | Target value to reach for numeric/currency/percentage types. | |
| unit | No | Unit label for the measurement, e.g. 'tasks', '$', '%'. | |
| owners | No | User ids responsible for this key result. | |
| task_ids | No | Task ids to tie the key result to (for 'automatic' tracking). | |
| list_ids | No | List ids to tie the key result to (for 'automatic' tracking). |