Skip to main content
Glama

azure-devops-mcp

getPackageVersions

Retrieve package versions from a specific feed in Azure DevOps by providing the feed ID and package name. Use this tool to manage and query package dependencies efficiently.

Instructions

Get versions of a package in a feed

Input Schema

NameRequiredDescriptionDefault
feedIdYesID of the feed
packageNameYesName of the package
topNoMaximum number of versions to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "feedId": { "description": "ID of the feed", "type": "string" }, "packageName": { "description": "Name of the package", "type": "string" }, "top": { "description": "Maximum number of versions to return", "type": "number" } }, "required": [ "feedId", "packageName" ], "type": "object" }
Install Server

Other Tools from azure-devops-mcp

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/RyanCardin15/AzureDevOps-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server