list_dictionary
Retrieve dictionary definitions for a Universe file, including data, calculated, and system items. Specify the file name and optionally include system items prefixed with @.
Instructions
List all dictionary items for a Universe file.
Returns D-type (data), I-type (calculated), and other field definitions from the file's dictionary.
Args: file_name: Name of the Universe file include_system: If True, include system dictionary items (@ prefixed)
Returns: Dictionary containing file name, list of dictionary items with their types, and total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| include_system | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||