create_task
Add a new task to a project in the Aedifion building performance platform by specifying project ID, title, and description.
Instructions
Create a new task in a project.
Args: project_id: The project's numeric ID. title: Task title. description: Task description.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| title | Yes | ||
| description | No |