list_todos
Filter and paginate todos by status, priority, or tags to efficiently manage tasks. Supports advanced querying for tailored task lists.
Instructions
List todos with filtering and pagination
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of results | |
offset | No | Number of results to skip | |
priority | No | Filter by priority | |
status | No | Filter by completion status | all |
tags | No | Filter by tags (OR logic) |