Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wit_list_backlog_work_items

Retrieve work items from a specific backlog category in Azure DevOps for a given project and team using PAT authentication.

Instructions

Retrieve a list of backlogs of for a given project, team, and backlog category

Input Schema

NameRequiredDescriptionDefault
backlogIdYesThe ID of the backlog category to retrieve work items from.
projectYesThe name or ID of the Azure DevOps project.
teamYesThe name or ID of the Azure DevOps team.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "backlogId": { "description": "The ID of the backlog category to retrieve work items from.", "type": "string" }, "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" }, "team": { "description": "The name or ID of the Azure DevOps team.", "type": "string" } }, "required": [ "project", "team", "backlogId" ], "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