Skip to main content
Glama
RedHatInsights

Red Hat Lightspeed MCP

Official

Get detailed information about a specific image build.

image-builder__get_compose_details
Read-only

Retrieve detailed status, progress, error messages, download URLs, and build logs for a specific image build using its UUID.

Instructions

Get detailed information about a specific image build.

⚠️ REQUIRES: You MUST have the compose UUID from get_composes() first. ⚠️ NEVER call this with generic terms like "latest", "recent", or "my build" 🟢 CALL IMMEDIATELY - No information gathering required.

Process:

  1. User asks about build status → call get_composes()

  2. Find the desired compose and copy its UUID

  3. Call this function with that exact UUID

Returns: Detailed compose information including: - Full status and progress - Error messages if failed - Download URLs if completed - Build logs - Artifact details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
compose_identifierYesThe exact UUID string from get_composes()

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already mark as read only and open world. Description adds specific return details (status, progress, errors, download URLs, logs) and process context, but no contradictions.

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?

Well-structured with sections for requirements, warnings, process, and returns. Every sentence adds value. Front-loaded with purpose.

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 low complexity, 100% schema coverage, output schema present, and annotations, the description fully covers prerequisites, process, and return values.

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

Parameters5/5

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

Schema coverage is 100%. Description adds crucial meaning: parameter must be exact UUID from get_composes(), not generic terms. This goes beyond schema documentation.

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 title and description explicitly state it gets detailed info for a specific image build. It distinguishes from siblings like get_composes (list) and get_blueprint_details by requiring a UUID.

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 instructions: requires compose UUID from get_composes(), warns against generic terms, and outlines a clear process from user request to function call.

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/RedHatInsights/insights-mcp'

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