list_projects
Retrieve all projects with pagination support, using limit and offset parameters to control the result set.
Instructions
Get all projects with optional pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 10, max: 100) | |
| offset | No | Number of items to skip for pagination (default: 0) |