get_compliance_controls
Retrieve compliance controls and evaluation criteria from frameworks including AIUC, SOC 2, and GDPR. Filter by domain, control ID, or OWASP LLM tag.
Instructions
Look up compliance controls with evaluation criteria. Supports multiple frameworks: aiuc-1 (default), soc2-technical, gdpr-technical. Filter by domain, control IDs, or OWASP LLM tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Filter by domain (e.g. 'security', 'safety', 'all'). Accepted values depend on the framework. | |
| framework | No | Framework to query (default: aiuc-1). Use 'soc2-technical', 'gdpr-technical', etc. | |
| verbosity | No | Response detail level | |
| control_ids | No | Specific control IDs to retrieve | |
| owasp_filter | No | Filter by OWASP LLM tags (e.g. LLM01) |