list_projects
Retrieve all HacknPlan projects accessible with your API key. Supports pagination and slim mode for compact ID-name pairs.
Instructions
List all HacknPlan projects accessible with your API key. Returns { items, total, offset, limit, hasMore, index? }. In slim mode, includes index array of [id, name] pairs for all projects (not just current page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 50, max: 200) | |
| offset | No | Skip first N items (default: 0) | |
| verbosity | No | Output verbosity: "full" (complete objects) or "slim" (minimal fields). Defaults to global setting. |