create_runbook
Create a runbook draft to document operational procedures. Provide a name, optional description, and tags, and receive the runbook ID for tracking.
Instructions
Create a new runbook in draft status. Returns the runbook id.
Args: name: Short, descriptive name (e.g. "Restart failing pods in production"). description: Markdown description of what this runbook does and when to use it. tags: Optional list of tags for categorisation (e.g. ["k8s", "incident"]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |