Skip to main content
Glama

Unrestricted Development MCP Server

docker_inspect

Retrieve detailed configuration and state information for Docker containers, images, networks, and volumes to debug and analyze containerized applications.

Instructions

Return low-level information on Docker objects (containers, images, networks, volumes)

Input Schema

NameRequiredDescriptionDefault
targetYesContainer, image, network, or volume name/ID
typeNoType of object to inspect
cwdNoWorking directory

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "Working directory", "type": "string" }, "target": { "description": "Container, image, network, or volume name/ID", "type": "string" }, "type": { "description": "Type of object to inspect", "enum": [ "container", "image", "network", "volume" ], "type": "string" } }, "required": [ "target" ], "type": "object" }

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/ConnorBoetig-dev/mcp2'

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