Skip to main content
Glama

azure-devops-mcp

runComplianceChecks

Execute compliance checks against specified standards in Azure DevOps environments to ensure adherence to regulatory and organizational policies. Define the scope and standard for accurate validation.

Instructions

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 from azure-devops-mcp

Related Tools

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/RyanCardin15/AzureDevOps-MCP'

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