vikunja_list_projects
List projects visible to the authenticated Vikunja user, with support for search, pagination, archived filtering, and permission expansion.
Instructions
List projects visible to the authenticated Vikunja user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| search | No | Search text. Maps to Vikunja query parameter `s`. | |
| per_page | No | Maximum number of items per page. | |
| is_archived | No | Include archived projects when true. | |
| include_permissions | No | Expand project permissions when true. |