get-container-by-name
Retrieve container metadata by fully qualified name. Optionally include extra fields like owners or tags, and extract specific data paths to reduce response size.
Instructions
Get container by fully qualified name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqn | Yes | Fully qualified name (e.g. 'service.containerName') | |
| fields | No | Comma-separated fields to include (e.g. 'children,owners,tags'). Note: OM 1.12.8+ no longer returns 'children' by default. | |
| 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. |