asana_set_dates
Set start and due dates on a task, automatically ensuring due_on is set before start_on to avoid schema errors.
Instructions
Set start_on and/or due_on dates on a task. Fixes: start_on not exposed in official MCP schema, and due_on must be set first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_on | No | Due date (YYYY-MM-DD) | |
| start_on | No | Start date (YYYY-MM-DD). Requires due_on to be set. | |
| task_gid | Yes | Task GID |