add_todo_task
Add a new task with markdown support to a TODO list on the Knowledge MCP Server. Include titles, content, code blocks, and links for detailed project tracking and organization.
Instructions
Add a new task to an existing TODO list with full markdown support. Task content can include code blocks, lists, links, and any markdown formatting. Returns: {success: bool, task_number: int, message: str, error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | Full markdown content with implementation details, code examples, etc. | |
project_id | Yes | The project identifier | |
title | Yes | Brief task title (max 200 chars, used in filename) | |
todo_number | Yes | The TODO list number |