create-allocation
Assign team members to projects with specific hours, dates, and billing details using the Float MCP server.
Instructions
Create a new allocation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| people_id | Yes | Person ID | |
| start_date | Yes | Allocation start date (YYYY-MM-DD) | |
| end_date | No | Allocation end date (YYYY-MM-DD) | |
| hours | Yes | Number of hours allocated | |
| notes | No | Allocation notes | |
| billable | No | Billable flag (0=non-billable, 1=billable) | |
| task_type | No | Task type |