Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

testplan_list_test_plans

Retrieve a paginated list of test plans from an Azure DevOps project. Filter for active plans and toggle detailed information to streamline test management.

Instructions

Retrieve a paginated list of test plans from an Azure DevOps project. Allows filtering for active plans and toggling detailed information.

Input Schema

NameRequiredDescriptionDefault
continuationTokenNoToken to continue fetching test plans from a previous request.
filterActivePlansNoFilter to include only active test plans. Defaults to true.
includePlanDetailsNoInclude detailed information about each test plan.
projectYesThe unique identifier (ID or name) of the Azure DevOps project.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "continuationToken": { "description": "Token to continue fetching test plans from a previous request.", "type": "string" }, "filterActivePlans": { "default": true, "description": "Filter to include only active test plans. Defaults to true.", "type": "boolean" }, "includePlanDetails": { "default": false, "description": "Include detailed information about each test plan.", "type": "boolean" }, "project": { "description": "The unique identifier (ID or name) of the Azure DevOps project.", "type": "string" } }, "required": [ "project" ], "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