task_manager
Manage tasks by creating, reading, updating, deleting, and listing them, with support for priority levels and completion tracking.
Instructions
Manage a list of tasks with CRUD operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Task ID for read/update/delete operations | |
| task | No | Task object for create/update operations | |
| action | Yes | Task management action |