start_background_task
Queue long-running tools like rebuild_solution to execute in the background. Obtain a taskId to poll for status.
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. |