create_todo
Generate and manage TODO lists with optional initial tasks for structured project organization. Supports markdown content for detailed task descriptions, ensuring clarity and efficiency in project workflows.
Instructions
Create a new TODO list with optional initial tasks. Tasks must be objects with title and content properties for full markdown support. Returns: {success: bool, todo_number: int, message: str, error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | Description of the TODO list | |
project_id | Yes | The project identifier | |
tasks | No | Optional initial tasks as {title, content} objects |