colab_status
Check server status to see available accelerators and current job state, then choose an accelerator or wait for a running job before executing code.
Instructions
Return current server status including accelerator info and job state.
Use this before executing code to check which accelerators are available and whether a background job is already running (only one background job is allowed at a time).
After checking status:
Choose an accelerator from supported_accelerators for colab_execute.
If active_job is present, wait for it or cancel with colab_cancel before starting a new background job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |