strety_list_todos
List todos from Strety with filters for assignee and completion status. Todos are sorted by due date for easy prioritization.
Instructions
List todos from Strety. Can filter by assignee name and completion status. Returns todos sorted by due date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignee | No | Filter by assignee name (partial match, e.g., 'Brent' or 'isaac') | |
| maxResults | No | Maximum number of todos to return (default: 50, max: 100) | |
| showCompleted | No | Include completed todos (default: false, only shows open todos) |