azure-devops-mcp

by RyanCardin15
Verified

manageTestEnvironments

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