focus_create_project
Create a Toggl project immediately using just a name. Add optional client, dates, and tags when permitted for efficient time-tracking setup.
Instructions
Toggl Focus/2.0: create a project immediately (no confirmation). Requires name. Optional client_id is supported. tag_ids are applied in a follow-up PATCH when permitted by the workspace plan/role; if tags are forbidden the project is still created and a warning is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| color | No | ||
| pinned | No | ||
| private | No | ||
| tag_ids | No | Optional tags. Applied after create; may be forbidden on some plans/roles. | |
| billable | No | ||
| end_date | No | YYYY-MM-DD | |
| client_id | No | ||
| start_date | No | YYYY-MM-DD | |
| description | No | ||
| workspace_id | No | Workspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context. | |
| organization_id | No | Organization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context. | |
| parent_project_id | No |