azure-devops-mcp

by RyanCardin15
Verified

runComplianceChecks

Run compliance checks against standards

Input Schema

NameRequiredDescriptionDefault
complianceStandardYesCompliance standard to check against
scopeIdNoScope of the compliance check

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "complianceStandard": { "description": "Compliance standard to check against", "type": "string" }, "scopeId": { "description": "Scope of the compliance check", "type": "string" } }, "required": [ "complianceStandard" ], "type": "object" }

You must be authenticated.

Other Tools