get_slx_runbook
Retrieve the raw runbook definition for a specific SLX, including its tasks, configuration, and checks. Use this for programmatic inspection or task authoring.
Instructions
Get the runbook for a specific SLX (structured JSON).
Returns the runbook definition including what tasks it runs, how they're configured, and what they check.
NOTE: For questions like "what does this SLX do?" or "what tasks does it
run?", prefer workspace_chat — it provides contextual explanations.
Use this tool when you need the raw runbook YAML/JSON (e.g. for task
authoring or programmatic inspection).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slx_name | Yes | The SLX short name. | |
| workspace_name | Yes | The workspace the SLX belongs to (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |