Skip to main content
Glama

get_compliance_status

Generate compliance reports showing policy violations, security incidents, and governance health metrics to monitor security status and identify improvement actions.

Instructions

Get compliance status and security health metrics.

Generates a compliance report showing policy violations, security incidents, and overall governance health for the specified time period.

Args: time_range: Time range - "1h", "24h", "7d", "30d" (default: "24h") include_incidents: Include active incidents in report (default: true) include_policy_summary: Include policy overview (default: true)

Returns: JSON string with compliance report: - status: Overall status ("healthy", "warning", "critical") - metrics: Key security metrics - incidents: Active security incidents (if requested) - policies: Policy summary (if requested) - recommendations: Suggested actions to improve security

Example: # Get daily compliance status get_compliance_status(time_range="24h")

# Get weekly report with all details get_compliance_status(time_range="7d", include_incidents=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_rangeNo24h
include_incidentsNo
include_policy_summaryNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PrateekKumar1709/policyguard'

If you have feedback or need assistance with the MCP directory API, please join our Discord server