azure-devops-mcp

by RyanCardin15
Verified

configureTestAgents

Set up and manage test agents within Azure DevOps by specifying agent names, capabilities, and enabling status. Simplify agent configuration for efficient testing workflows.

Instructions

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 from azure-devops-mcp

Related Tools

ID: z7mxfcinp8