Skip to main content
Glama

azure-devops-mcp

getCodeQualityTrends

Track and analyze code quality trends across specified repositories, branches, and time ranges on Azure DevOps. Use metrics and time-based insights to monitor improvements or regressions in software development projects.

Instructions

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 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