get_guardrail
Retrieve a guardrail's full check and action configuration by ID or slug. Use before updating or deleting to get the exact enforcement policy.
Instructions
Fetch one guardrail by id or slug with its full checks and actions; use list_guardrails to discover ids first. Use before update_guardrail or delete_guardrail when you need the exact enforcement policy, and returns the full check and action configuration alongside status and ownership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guardrail_id | Yes | The guardrail UUID or slug (with guard_ prefix) to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |