azure-devops-mcp

by RyanCardin15
Verified

listContainerImages

Retrieve container images from a specified repository, with options to include deleted images and manifests. Simplifies container management in Azure DevOps via the MCP server.

Instructions

List container images in a repository

Input Schema

NameRequiredDescriptionDefault
includeDeletedNoInclude deleted images
includeManifestsNoInclude image manifests
repositoryNameNoName of the container repository

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeDeleted": { "description": "Include deleted images", "type": "boolean" }, "includeManifests": { "description": "Include image manifests", "type": "boolean" }, "repositoryName": { "description": "Name of the container repository", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8