Get detailed information about a specific image build.
image-builder__get_compose_detailsFetch detailed information about an image build including status, progress, errors, download links, and logs. Requires the exact UUID from get_composes().
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 |