list_todos
Retrieve all todo items in an organized format to view current tasks and track progress efficiently.
Instructions
Return all todos in a structured format.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}