Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

testplan_create_test_case

Creates a test case work item in Azure DevOps by defining project, title, steps, priority, area path, and iteration path. Streamlines test case management via PAT authentication.

Instructions

Creates a new test case work item.

Input Schema

NameRequiredDescriptionDefault
areaPathNoThe area path for the test case.
iterationPathNoThe iteration path for the test case.
priorityNoThe priority of the test case.
projectYesThe unique identifier (ID or name) of the Azure DevOps project.
stepsNoThe steps to reproduce the test case. Make sure to format each step as '1. Step one|Expected result one 2. Step two|Expected result two. USE '|' as the delimiter between step and expected result. DO NOT use '|' in the description of the step or expected result.
titleYesThe title of the test case.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "areaPath": { "description": "The area path for the test case.", "type": "string" }, "iterationPath": { "description": "The iteration path for the test case.", "type": "string" }, "priority": { "description": "The priority of the test case.", "type": "number" }, "project": { "description": "The unique identifier (ID or name) of the Azure DevOps project.", "type": "string" }, "steps": { "description": "The steps to reproduce the test case. Make sure to format each step as '1. Step one|Expected result one\n2. Step two|Expected result two. USE '|' as the delimiter between step and expected result. DO NOT use '|' in the description of the step or expected result.", "type": "string" }, "title": { "description": "The title of the test case.", "type": "string" } }, "required": [ "project", "title" ], "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