generate_compliance_report
Generate compliance reports by analyzing audit logs for SOC 2, GDPR, or HIPAA frameworks over a specified period.
Instructions
Trigger generation of a compliance report by analysing the audit log.
Generation is asynchronous — this call returns immediately with a report object in "pending" status. Poll get_compliance_report until status is "ready". Generation time depends on audit log volume for the period.
Write operation — recorded in the audit log.
Args: report_type: Compliance framework — "soc2", "gdpr", or "hipaa". period: Time period to analyse. Formats accepted: "2026-Q1" (quarter), "2026-05" (month), "2026" (full year).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | ||
| report_type | Yes |