get_tasks
Retrieve Nextcloud tasks, filterable by list, status, and limit. Queries all VTODO lists when no list ID is provided, tagging each result with its source list.
Instructions
Retrieve tasks from Nextcloud. If listId is omitted all VTODO-capable lists are queried and results are tagged with their source list. Use get_task_lists first to see available list IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum total number of tasks to return (default: 50) | |
| listId | No | CalDAV path segment of a specific list to query (e.g. 'personal'). Omit to query ALL lists. | |
| status | No | Filter tasks by status (default: all) | all |