image_file
Read a file from a container image. URI:contree://image/{image}/read/{path}
| Parameter | Description |
|---|---|
image | Image UUID or tag:name |
path | Path inside image (no leading slash) |
image_ls
List directory contents in a container image. URI:contree://image/{image}/ls/{path}
| Parameter | Description |
|---|---|
image | Image UUID or tag:name |
path | Directory path (. for root) |
image_lineage
View image parent-child relationships and history. URI:contree://image/{image}/lineage
| Parameter | Description |
|---|---|
image | Image UUID |
guide
Agent guides and best practices. URI:contree://guide/{section}
| Section | Description |
|---|---|
workflow | Complete workflow patterns with decision tree |
reference | Tool reference and quick lookup |
quickstart | Common workflows and best practices |
state | Image state, rollback, disposable mode |
async | Parallel execution patterns |
tagging | Agent tagging conventions |
errors | Error handling and debugging |
instance_operation
Read instance (command execution) operation details from cache. URI:contree://operations/instance/{operation_id}
| Parameter | Description |
|---|---|
operation_id | Operation UUID from run with wait=false |
import_operation
Read image import operation details from cache. URI:contree://operations/import/{operation_id}
| Parameter | Description |
|---|---|
operation_id | Operation UUID from import_image with wait=false |