azure-devops-mcp

by RyanCardin15
Verified

trackSecurityAwareness

Track security awareness and training

Input Schema

NameRequiredDescriptionDefault
teamIdNoID of the team to track
timeRangeNoTime range for tracking (e.g., '90d')
trainingIdNoID of specific training to track

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "teamId": { "description": "ID of the team to track", "type": "string" }, "timeRange": { "description": "Time range for tracking (e.g., '90d')", "type": "string" }, "trainingId": { "description": "ID of specific training to track", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools