create_todo
Add a new task with a title, optional description, priority level, and tags using the Todo List MCP Server. Includes validation for input fields to ensure structured task creation.
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) |