list_todos
Retrieve and display all todo items from a markdown file, enabling efficient task tracking and management within a structured environment.
Instructions
List all todos from the markdown file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {},
"type": "object"
}