clio_create_task
Create a task linked to a specific matter by providing the matter ID, task name, and optionally a due date and description.
Instructions
Create a task tied to a matter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| due_at | No | ISO date | |
| matter_id | Yes | ||
| description | No |