Skip to main content
Glama
aserper

RTFD (Read The F*****g Docs)

by aserper

docker_image_metadata

Retrieve Docker image metadata including popularity metrics, description, and update status from DockerHub to verify image details before deployment.

Instructions

        Get detailed metadata for a specific Docker image from DockerHub.

        USE THIS WHEN: You need comprehensive information about a Docker image (stats, description, tags).

        RETURNS: Image metadata including popularity metrics and description.
        Does NOT include full README documentation.

        The response includes:
        - Image name, namespace, description
        - Star count (popularity)
        - Pull count (total downloads)
        - Last updated timestamp
        - Official/community status

        Args:
            image: Docker image name (e.g., "nginx", "postgres", "username/custom-image")

        Returns:
            JSON with comprehensive image metadata

        Example: docker_image_metadata("nginx") → Returns stars, pulls, description for nginx image
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing key behavioral traits: it specifies the source (DockerHub), details what is returned (e.g., popularity metrics, description) and what is excluded (full README), and provides an example of usage. However, it lacks information on rate limits, authentication needs, or error handling, which are common for API tools.

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

Conciseness4/5

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

The description is well-structured with clear sections (e.g., USE THIS WHEN, RETURNS, Args, Returns, Example) and front-loaded key information. It is appropriately sized, but some redundancy exists (e.g., repeating 'comprehensive' in multiple places), slightly reducing efficiency.

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

Completeness4/5

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

Given no annotations, no output schema, and low schema coverage, the description does a good job by explaining purpose, usage, parameters, and return details with examples. However, it lacks information on potential errors, response format specifics beyond JSON, or dependencies, which would enhance completeness for a tool interacting with an external API.

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

Parameters4/5

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

The schema description coverage is 0%, so the description must compensate. It adds meaningful semantics by explaining the 'image' parameter with examples (e.g., 'nginx', 'postgres', 'username/custom-image'), clarifying format and usage. This goes beyond the basic schema, though it could detail constraints like case sensitivity or special characters.

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 the specific action ('Get detailed metadata') and resource ('for a specific Docker image from DockerHub'), distinguishing it from sibling tools like search_docker_images (which searches) or fetch_docker_image_docs (which fetches documentation). It explicitly mentions what it does and does not include (e.g., no full README).

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?

The description includes an explicit 'USE THIS WHEN' section that specifies the context ('You need comprehensive information about a Docker image'), and it distinguishes from alternatives by noting what it does NOT include (e.g., full README documentation), helping differentiate from tools like fetch_docker_image_docs.

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/aserper/RTFD'

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