projects_list
Retrieve all accessible projects with pagination, search by title, and include archived projects if needed.
Instructions
List all projects the user has access to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| perPage | No | Number of items per page (default: 50) | |
| search | No | Search projects by title | |
| isArchived | No | If true, also return archived projects |