azure-devops-mcp

by RyanCardin15
Verified

getContainerImageTags

Get tags for a container image

Input Schema

NameRequiredDescriptionDefault
imageNameYesName of the container image
repositoryNameYesName of the container repository
topNoMaximum number of tags to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "imageName": { "description": "Name of the container image", "type": "string" }, "repositoryName": { "description": "Name of the container repository", "type": "string" }, "top": { "description": "Maximum number of tags to return", "type": "number" } }, "required": [ "repositoryName", "imageName" ], "type": "object" }

You must be authenticated.

Other Tools