list_projects
Retrieve dashboard projects for the current user with optional pagination and search.
Instructions
Lists dashboard projects for the current user: GET /api/v1/projects with optional ?page= (1-based) and ?query=. Example: {"page":1} or {"query":"acme"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page index; sent as ?page= | |
| query | No | Search string; sent as ?query= |