Get Slx Runbook
get_slx_runbookRetrieve the structured JSON runbook for a specific SLX and workspace, including tasks, configuration, and checks. Use it for task authoring or programmatic inspection.
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 |