list_flexible_asset_fields
List field definitions for a flexible asset type by ID, with options for full, compact, or summary output to support trait mapping.
Instructions
List field definitions for a flexible asset type.
Note: This uses the include mechanism on the flexible asset type endpoint since IT Glue doesn't expose a direct /flexible_asset_fields filter endpoint.
Args: flexible_asset_type_id: The flexible asset type ID output_format: Output format - "full" (all fields), "compact" (key fields only), or "summary" (counts and IDs only). Default: compact save_to_file: If True, saves full results to a temp file and returns the path for jq processing
Returns: JSON string with list of field definitions including name_key for trait mapping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_to_file | No | ||
| output_format | No | compact | |
| flexible_asset_type_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |