create_task
Add a task to a project with a title and optional description. Use @tagname in the description for automatic tag expansion.
Instructions
Create a new task.
Add a task to the project. Supports @tagname expansion in description.
create_task(title="Add user auth", description="Implement OAuth with @google-auth")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title (required) | |
| description | No | Task description (supports @tag expansion) |