todo_show
Display detailed information about a specific checklist, including tasks, progress, and comments, to effectively manage and track your to-do items.
Instructions
Mostra os detalhes de uma lista específica
Input Schema
Name | Required | Description | Default |
---|---|---|---|
listTitle | Yes | Título da lista |
Input Schema (JSON Schema)
{
"properties": {
"listTitle": {
"description": "Título da lista",
"type": "string"
}
},
"required": [
"listTitle"
],
"type": "object"
}