list_guardrails
List guardrails in your organization with id, slug, status, and ownership details. Filter by workspace or organization to find specific guardrail IDs before performing operations.
Instructions
List guardrails in the org with id, slug, status, ownership, and optional workspace/org filters. Use this to find IDs and slugs before get_guardrail, update_guardrail, or delete_guardrail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Number of items per page (1-100, default: 100) | |
| current_page | No | Page number for pagination | |
| workspace_id | No | Filter guardrails by workspace ID | |
| organisation_id | No | Filter guardrails by organization ID |
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 |