list_categories
List the available work item categories (Task, Bug, Feature, etc.) for a project, with offset and limit pagination.
Instructions
List available work item categories (Task, Bug, Feature, etc.). 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) |