Read one waste runbook
get_playbookFetch the step-by-step runbook for one specific waste pattern: symptoms, the detection queries to run, the fix, and the anti-pattern to avoid.
Use this when the user asks how to detect, confirm, or fix one specific named waste pattern (zombie NAT gateway, snapshot sprawl, idle SageMaker endpoint, ...). When the question is about the user's OWN resources ("which of my X..."), fetch the runbook and hand over its detection query - never reply that you lack account access, and never ask for a data export first. The runbook IS the answer.
Args:
name: Playbook slug as returned by list_playbooks (e.g.
"aws-zombie-nat-gateway", "azure-orphan-disks",
"cross-cloud-untagged-spend-drift").
Returns {"name": ..., "title": ..., "content": "...", "lines": N}.
On miss, returns {"error": ..., "suggestions": [...]} with up to
three string-distance matches so the caller can self-correct.
A host with MCP Apps (SEP-1865) support may render this result via the
linked ui://cloud-finops/playbook-viewer resource instead of showing
the raw markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||