List Kimai Projects
kimai_list_projectsList projects from Kimai API with optional customer filter, search, and pagination. Supports visibility and sort options.
Instructions
List projects visible to the Kimai API token from /api/projects, optionally filtered by customer. This tool is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Kimai API page number for paginated endpoints. | |
| size | No | Kimai API page size. Kimai supports a maximum size of 500. | |
| term | No | Optional search term for endpoints that support it. | |
| order | No | Optional sort direction. | |
| visible | No | Optional visibility filter for endpoints that support it. | |
| customer | No | Optional customer ID filter. | |
| order_by | No | Optional Kimai orderBy field. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |