Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

testplan_create_test_plan

Create a new test plan in Azure DevOps by specifying the project, name, iteration, and optional details like description, dates, and area path.

Instructions

Creates a new test plan in the project.

Input Schema

NameRequiredDescriptionDefault
areaPathNoThe area path for the test plan
descriptionNoThe description of the test plan
endDateNoThe end date of the test plan
iterationYesThe iteration path for the test plan
nameYesThe name of the test plan to be created.
projectYesThe unique identifier (ID or name) of the Azure DevOps project where the test plan will be created.
startDateNoThe start date of the test plan

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "areaPath": { "description": "The area path for the test plan", "type": "string" }, "description": { "description": "The description of the test plan", "type": "string" }, "endDate": { "description": "The end date of the test plan", "type": "string" }, "iteration": { "description": "The iteration path for the test plan", "type": "string" }, "name": { "description": "The name of the test plan to be created.", "type": "string" }, "project": { "description": "The unique identifier (ID or name) of the Azure DevOps project where the test plan will be created.", "type": "string" }, "startDate": { "description": "The start date of the test plan", "type": "string" } }, "required": [ "project", "name", "iteration" ], "type": "object" }

Other Tools from Azure DevOps MCP Server with PAT Authentication

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/ennuiii/DevOpsMcpPAT'

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