list_importance_levels
Retrieve importance levels for a project to organize tasks by priority, with support for pagination.
Instructions
List importance/priority levels for a project. Returns { items, total, offset, limit, hasMore }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 50, max: 200) | |
| offset | No | Skip first N items (default: 0) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |