get-container
Retrieve container metadata and properties by specifying container UUID. Filter by fields, include status, and extract nested paths to reduce response size.
Instructions
Get container details by UUID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container UUID | |
| fields | No | Comma-separated fields to include | |
| include | No | ||
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |