list_todos
Retrieve all todo items for the authenticated user to view current tasks and track progress in your todo management system.
Instructions
List all todos for the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authToken | No | Authentication token from Kinde (optional if saved) |
Input Schema (JSON Schema)
{
"properties": {
"authToken": {
"description": "Authentication token from Kinde (optional if saved)",
"type": "string"
}
},
"type": "object"
}