Describe Rego policy
rego_describe_policyAnalyze a Rego policy to extract its package, imports, rules, and annotations, providing a structured summary for understanding policy functionality.
Instructions
Parse a Rego policy and return a structured summary: package, imports, rules (with default/args/body-length flags), and inline annotations. Useful as the first step in any "what does this policy do" workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Rego source to describe. |