Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

release_get_definitions

Retrieve and filter release definitions by project, search text, tags, or other criteria using Azure DevOps MCP Server with PAT Authentication.

Instructions

Retrieves list of release definitions for a given project.

Input Schema

NameRequiredDescriptionDefault
artifactSourceIdNoFilter by artifact source ID
artifactTypeNoFilter by artifact type
continuationTokenNoContinuation token for pagination
definitionIdFilterNoFilter by specific release definition IDs
expandNoExpand options for release definitionsNone
isDeletedNoWhether to include deleted release definitions. Default is false.
isExactNameMatchNoWhether to match the exact name of the release definition. Default is false.
pathNoPath to filter release definitions
projectYesProject ID or name to get release definitions for
propertyFiltersNoFilter by properties associated with the release definitions
queryOrderNoOrder of the resultsNameAscending
searchTextNoSearch text to filter release definitions
searchTextContainsFolderNameNoWhether to include folder names in the search text
tagFilterNoFilter by tags associated with the release definitions
topNoNumber of results to return (for pagination)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "artifactSourceId": { "description": "Filter by artifact source ID", "type": "string" }, "artifactType": { "description": "Filter by artifact type", "type": "string" }, "continuationToken": { "description": "Continuation token for pagination", "type": "string" }, "definitionIdFilter": { "description": "Filter by specific release definition IDs", "items": { "type": "string" }, "type": "array" }, "expand": { "default": "None", "description": "Expand options for release definitions", "enum": [ "None", "Environments", "Artifacts", "Triggers", "Variables", "Tags", "LastRelease" ], "type": "string" }, "isDeleted": { "default": false, "description": "Whether to include deleted release definitions. Default is false.", "type": "boolean" }, "isExactNameMatch": { "default": false, "description": "Whether to match the exact name of the release definition. Default is false.", "type": "boolean" }, "path": { "description": "Path to filter release definitions", "type": "string" }, "project": { "description": "Project ID or name to get release definitions for", "type": "string" }, "propertyFilters": { "description": "Filter by properties associated with the release definitions", "items": { "type": "string" }, "type": "array" }, "queryOrder": { "default": "NameAscending", "description": "Order of the results", "enum": [ "IdAscending", "IdDescending", "NameAscending", "NameDescending" ], "type": "string" }, "searchText": { "description": "Search text to filter release definitions", "type": "string" }, "searchTextContainsFolderName": { "description": "Whether to include folder names in the search text", "type": "boolean" }, "tagFilter": { "description": "Filter by tags associated with the release definitions", "items": { "type": "string" }, "type": "array" }, "top": { "description": "Number of results to return (for pagination)", "type": "number" } }, "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