task_manager
Manage tasks by getting the active task, setting a new one, completing tasks, or listing all tasks.
Instructions
Manage tasks: get active task, set a new active task, complete a task, or list all tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The task action to perform | |
| status | No | Filter by status (for list action) | |
| taskId | No | Task ID (for complete action) | |
| description | No | Task description (for set_active action) |