create-project-task
Create a new task within a Float project, specifying details like name, phase, budget, priority, and dependencies to organize project work.
Instructions
Create a new project task
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| task_names | Yes | Task name/title | |
| phase_id | No | Phase ID (if assigning to a specific phase) | |
| notes | No | Task notes | |
| budget | No | Task budget (if setting budget at task level) | |
| budget_type | No | Budget type (1=hours, 2=amount, etc.) | |
| color | No | Task color (hex code) | |
| billable | No | Billable flag (0=non-billable, 1=billable) | |
| active | No | Active status (1=active, 0=archived) | |
| priority | No | Task priority (1=low, 2=medium, 3=high, etc.) | |
| sort_order | No | Sort order within project | |
| dependencies | No | Array of project task IDs this task depends on | |
| estimated_hours | No | Estimated hours for completion | |
| status | No | Task status (numeric) |