create_task
Register a task to organize work, then scope logged sessions to it using the returned ID for filterable review.
Instructions
Register a task with the team, so logged sessions can be scoped to
it (pass the returned id as log_session's task_id) - useful when
several sessions across one piece of work should be filterable
together later. name is how it shows up in the review UI;
description is optional context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No |