Skip to main content
Glama

azure-devops-mcp

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

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