Skip to main content
Glama

azure-devops-mcp

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RyanCardin15/AzureDevOps-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server