Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

advsec_get_alert_details

Retrieve detailed information for a specific Advanced Security alert in Azure DevOps by specifying project, repository, and alert ID using PAT authentication.

Instructions

Get detailed information about a specific Advanced Security alert.

Input Schema

NameRequiredDescriptionDefault
alertIdYesThe ID of the alert to retrieve details for.
projectYesThe name or ID of the Azure DevOps project.
refNoGit reference (branch) to filter the alert.
repositoryYesThe name or ID of the repository containing the alert.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "alertId": { "description": "The ID of the alert to retrieve details for.", "type": "number" }, "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" }, "ref": { "description": "Git reference (branch) to filter the alert.", "type": "string" }, "repository": { "description": "The name or ID of the repository containing the alert.", "type": "string" } }, "required": [ "project", "repository", "alertId" ], "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