mcp-server-pacman

MIT License
4
  • Linux
  • Apple

docker_image_info

Retrieve detailed information about a Docker image, including its name and specific tag, using the MCP server 'mcp-server-pacman'.

Instructions

Get detailed information about a specific Docker image

Input Schema

NameRequiredDescriptionDefault
nameYesImage name (e.g., user/repo or library/repo)
tagNoSpecific image tag (default: latest)

Input Schema (JSON Schema)

{ "description": "Parameters for getting Docker image information.", "properties": { "name": { "description": "Image name (e.g., user/repo or library/repo)", "title": "Name", "type": "string" }, "tag": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Specific image tag (default: latest)", "title": "Tag" } }, "required": [ "name" ], "title": "DockerImageInfo", "type": "object" }

You must be authenticated.

Other Tools from mcp-server-pacman

Related Tools

ID: md47ozus83