start_background_task
Queue a long-running tool, like rebuild_solution, to run in the background and receive a taskId for polling progress.
Instructions
Queue a long-running tool to run in the background. Returns a taskId; poll with get_task_status. Allowed tools: rebuild_solution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | Tool name to run in the background. Currently allowed: rebuild_solution. |