create_project
Create a new project in a Clink group to organize milestones and track related work. Each project is assigned a unique slug within the group.
Instructions
Create a new project in a Clink group. Projects organize milestones and help track related work. Each project has a unique slug within the group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | URL-friendly identifier (optional, auto-generated from title if not provided) | |
| color | No | Hex color for the project (optional, e.g., "#3B82F6") | |
| group | Yes | The group slug (e.g., "backend-team") or group ID | |
| title | Yes | Project title (required) | |
| description | No | Project description (optional) |