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

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/oborchers/mcp-server-pacman'

If you have feedback or need assistance with the MCP directory API, please join our Discord server