Get detailed information about a specific image build.
image-builder__get_compose_detailsRetrieve comprehensive details about an image build by providing its UUID. Includes progress, error messages, download links, build logs, and artifacts.
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:
User asks about build status â call get_composes()
Find the desired compose and copy its UUID
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
| Name | Required | Description | Default |
|---|---|---|---|
| compose_identifier | Yes | The exact UUID string from get_composes() |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |