list_todos
List all to-do items with their IDs, text, completion status, and creation dates. Filter by all, pending, or completed to view specific tasks.
Instructions
Get all todo items as a structured list with IDs, text, completion status, and creation dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter todos: 'all' (default), 'pending' (not done), or 'completed' (done) |