azure-devops-mcp

by RyanCardin15
Verified

manageTestEnvironments

Create, update, or delete test environments for various test types using this tool on the Azure DevOps MCP server. Simplify environment management for efficient testing workflows.

Instructions

Manage test environments for different test types

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
environmentNameYesName of the test environment
propertiesNoProperties for the environment

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "create", "update", "delete" ], "type": "string" }, "environmentName": { "description": "Name of the test environment", "type": "string" }, "properties": { "additionalProperties": {}, "description": "Properties for the environment", "type": "object" } }, "required": [ "environmentName", "action" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8