azure-devops-mcp

by RyanCardin15
Verified

getCodeQualityTrends

Track code quality trends over time

Input Schema

NameRequiredDescriptionDefault
branchNoBranch to analyze
metricsNoSpecific metrics to include
repositoryIdNoID of the repository
timeRangeNoTime range for analysis (e.g., '90d', '6m')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch": { "description": "Branch to analyze", "type": "string" }, "metrics": { "description": "Specific metrics to include", "items": { "type": "string" }, "type": "array" }, "repositoryId": { "description": "ID of the repository", "type": "string" }, "timeRange": { "description": "Time range for analysis (e.g., '90d', '6m')", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools