create-task
Create a task on a Filevine case with title, description, assignee, and due date.
Instructions
Create a new task on a case. Note: targetDate field may be ignored by Filevine API (known issue as of Aug 2025).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| case_id | Yes | The Filevine project ID | |
| due_date | No | Due date in ISO format (YYYY-MM-DD). Note: may be ignored by API. | |
| assigned_to | No | Filevine user ID to assign task to | |
| description | No | Task description |