Skip to main content
Glama

get_docker_image_history

Shows a Docker image's layer history including commands, sizes, and creation times. Use to understand what an image is built from and inspect its composition.

Instructions

Returns an image's layer history: commands, sizes, and creation times. Read-only via the Docker API. Use to understand what an image is built from; get_docker_image_details for config and labels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_idYesimage name or ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorsNo
layersYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the transparency burden. It explicitly states 'Read-only via the Docker API', a key safety trait, and implies an external Docker dependency. This goes beyond what the tool name alone would convey, though it could mention error behavior or prerequisites.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three crisp sentences, each serving a purpose: functionality, read-only safety, and usage guidance with a fallback tool. There is no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low complexity (one parameter, read-only operation) and the presence of an output schema, the description covers all essential aspects: what it returns, its safety, when to use it, and how it differs from a sibling tool. It is fully adequate for an agent to select and invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter image_id is fully described in the schema as 'image name or ID'. The description adds no further parameter semantics, but since schema coverage is 100%, the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Returns an image's layer history: commands, sizes, and creation times' — a specific verb and resource. It also distinguishes itself from the sibling get_docker_image_details by mentioning it for config and labels.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use guidance: 'Use to understand what an image is built from'. It also directs users to get_docker_image_details for a different need, clearly differentiating the tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Mohabdo21/linux-mcp'

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