create_todo
Add a task with a title, priority level, optional description, and tags for categorization. Validates input to ensure data consistency and proper task management.
Instructions
Create a new todo item with validation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Optional description (max 1000 characters) | |
priority | No | Priority level | medium |
tags | No | Tags for categorization | |
title | Yes | Title of the todo (1-200 characters) |