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 build information for a specific image compose using its unique UUID. Returns status, errors, download URLs, and build logs.

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
Behavior5/5

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

Discloses that the tool is read-only (consistent with readOnlyHint annotation) and idempotent (openWorldHint). Adds behavioral context: returns detailed status, error messages, download URLs, logs, artifact details. No contradictions with annotations.

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?

Description is well-structured with emoji markers and sections, making it easy for an AI to parse. Slightly verbose with repetitive warnings, but every sentence adds value and the structure enhances usability.

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 tool's simplicity (one parameter, read-only retrieval), the description fully covers purpose, prerequisites, common mistakes, and return content. Output schema exists for return values, so no need to detail them.

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?

The single parameter 'compose_identifier' is fully described in the schema as 'exact UUID string from get_composes()'. The description reinforces this with examples of what NOT to use and emphasizes the prerequisite step.

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?

Title and description clearly state 'Get detailed information about a specific image build' using a specific verb and resource. The description distinguishes from sibling tools like get_composes and get_blueprint_details by explicitly requiring the compose UUID from get_composes().

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 step-by-step process: call get_composes() first to get UUID, then call this function. Warns against using generic terms like 'latest' and states when to use (user asks about build status). Clearly differentiates from alternatives.

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