get_key_results_for_objective
Retrieve all key results for a specific objective by its ID. Returns an array with details like name and ID.
Instructions
[LOCAL — OKR key results for a single objective. No Beta MCP equivalent exists.]
Get all key results for a specific objective.
Args: objective_id: The ID of the objective
Returns: Dict with key_results array
Example: { "key_results": [ { "id": 28304, "name": "Increase NPS Score", "objective_id": 17841, ... } ] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objective_id | Yes |