goal-list
List goals with optional filters: projectId (UUID), status (backlog/in_progress/blocked/done/cancelled), type (goal/milestone/task/habit), parentId (UUID — direct children only). Returns up to limit results (default 50, no offset pagination). Sorted by priority ASC then createdAt DESC. Each entry has id, title, webUrl, status, priority, type, progress, parent_id, project_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Тип: goal, milestone, task, habit | |
| limit | No | Макс. кол-во результатов (default: 50) | |
| status | No | Статус: backlog, in_progress, blocked, done, cancelled | |
| parentId | No | UUID родителя (только прямые дети) | |
| projectId | No | UUID проекта (фильтр) |