azure-devops-mcp

by RyanCardin15
Verified

listContainerImages

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