azure-devops-mcp

by RyanCardin15
Verified

getComplianceStatus

Get current compliance status

Input Schema

NameRequiredDescriptionDefault
includeHistoryNoInclude historical compliance data
standardIdNoID of the compliance standard

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeHistory": { "description": "Include historical compliance data", "type": "boolean" }, "standardId": { "description": "ID of the compliance standard", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools