azure-devops-mcp

by RyanCardin15
Verified

generateSecurityCompliance

Generate security compliance reports

Input Schema

NameRequiredDescriptionDefault
includeEvidenceNoInclude evidence in the report
standardTypeNoCompliance standard to report on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeEvidence": { "description": "Include evidence in the report", "type": "boolean" }, "standardType": { "description": "Compliance standard to report on", "enum": [ "owasp", "pci-dss", "hipaa", "gdpr", "iso27001", "custom" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools