Skip to main content
Glama

mcp-server-pacman

MIT License
7
  • Linux
  • Apple

search_docker_image

Search Docker Hub for container images by name or query, with customizable result limits, to quickly find relevant Docker images for your projects.

Instructions

Search for Docker images in Docker Hub

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return
queryYesImage name or search query

Input Schema (JSON Schema)

{ "description": "Parameters for searching Docker images.", "properties": { "limit": { "default": 5, "description": "Maximum number of results to return", "exclusiveMaximum": 50, "exclusiveMinimum": 0, "title": "Limit", "type": "integer" }, "query": { "description": "Image name or search query", "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "DockerImageSearch", "type": "object" }

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