list_objectives
List OKR objectives with optional filtering by IDs, pagination, and limit control to track and manage progress.
Instructions
[LOCAL — OKR objectives list. No Beta MCP equivalent exists for OKRs.]
List all objectives from the OKRs API.
Args: ids: Optional comma-separated list of objective IDs to filter by limit: Number of results to return (default: 10, max: 500) offset: Offset for pagination (default: 0)
Returns: Dict with objectives list and total_records count
Example: { "fetch_objectives": { "total_records": 1100, "objectives": [...] } }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Optional comma-separated objective ids. | |
| limit | No | ||
| offset | No |