azure-devops-mcp

by RyanCardin15
Verified

configureTestAgents

Configure and manage test agents

Input Schema

NameRequiredDescriptionDefault
agentNameYesName of the test agent to configure
capabilitiesNoCapabilities to set for the agent
enabledNoWhether the agent should be enabled

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agentName": { "description": "Name of the test agent to configure", "type": "string" }, "capabilities": { "additionalProperties": {}, "description": "Capabilities to set for the agent", "type": "object" }, "enabled": { "description": "Whether the agent should be enabled", "type": "boolean" } }, "required": [ "agentName" ], "type": "object" }

You must be authenticated.

Other Tools