list_projects
List projects owned by the authenticated user, including private ones. Filter by title using the q parameter.
Instructions
List projects owned by the authenticated user, including private ones. Supports filtering by title with the q parameter. To find public projects from other users, use search_projects. To list projects where you are a collaborator, use list_shared_projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query (filter by title) | |
| page | No | Page number (0-based) | |
| size | No | Items per page |