List Projects
aiproject_list_projectsRetrieve a paginated list of projects with task counts to select a project ID for subsequent task operations.
Instructions
Calls GET /projects and returns a paginated lightweight project list with tasks_count. Use this before selecting a project ID for task operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | Optional AIProject API root URL override. If omitted, AIPROJECT_BASE_URL from the MCP server environment is used. Accepts either http://127.0.0.1:8000 or http://127.0.0.1:8000/api/v1; app roots get /api/v1 appended automatically. | |
| apiKey | No | Optional AIProject API key override. If omitted, AIPROJECT_API_KEY from the MCP server environment is used. The key is sent as X-API-Key. | |
| page | No | Optional page number. | |
| per_page | No | Optional records per page. The API caps this at 100. |