create_todo
Create a new todo list by specifying its name, description, and markdown checklist content.
Instructions
Create a new todo list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Todo list name | |
| description | Yes | Todo list description | |
| content | Yes | Todo content (markdown checklist) |