list_projects
Retrieve a list of projects sorted by name. Filter results to include or exclude archived projects using the includeArchived parameter.
Instructions
List all Huly projects. Returns projects sorted by name. Supports filtering by archived status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of projects to return (default: 50) | |
| includeArchived | No | Include archived projects in results (default: false, showing only active) |