azure-devops-mcp

by RyanCardin15
Verified

getTestHealthDashboard

View overall test health metrics

Input Schema

NameRequiredDescriptionDefault
includeTrendsNoInclude trend data
timeRangeNoTime range for metrics (e.g., '90d')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeTrends": { "description": "Include trend data", "type": "boolean" }, "timeRange": { "description": "Time range for metrics (e.g., '90d')", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools