Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

testplan_list_test_cases

Retrieve a list of test cases from a specific test plan and suite in Azure DevOps. Input project ID, plan ID, and suite ID to access relevant test cases for streamlined test management.

Instructions

Gets a list of test cases in the test plan.

Input Schema

NameRequiredDescriptionDefault
planidYesThe ID of the test plan.
projectYesThe unique identifier (ID or name) of the Azure DevOps project.
suiteidYesThe ID of the test suite.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "planid": { "description": "The ID of the test plan.", "type": "number" }, "project": { "description": "The unique identifier (ID or name) of the Azure DevOps project.", "type": "string" }, "suiteid": { "description": "The ID of the test suite.", "type": "number" } }, "required": [ "project", "planid", "suiteid" ], "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