azure-devops-mcp

by RyanCardin15
Verified

getDeveloperProductivity

Measure developer productivity metrics

Input Schema

NameRequiredDescriptionDefault
includeMetricsNoSpecific metrics to include
teamIdNoID of the team
timeRangeNoTime range for analysis (e.g., '30d', '3m')
userIdNoID of the user

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeMetrics": { "description": "Specific metrics to include", "items": { "type": "string" }, "type": "array" }, "teamId": { "description": "ID of the team", "type": "string" }, "timeRange": { "description": "Time range for analysis (e.g., '30d', '3m')", "type": "string" }, "userId": { "description": "ID of the user", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools