itglue_list_flexible_asset_fields
Retrieve all available fields for a specific flexible asset type in IT Glue to understand what data can be captured when creating or updating assets.
Instructions
List all fields for a specific flexible asset type.
Use this to understand what traits (fields) are available when creating or updating flexible assets of a particular type.
Args:
flexible_asset_type_id (number): The flexible asset type ID (required)
response_format (string): 'markdown' or 'json'
Returns: List of fields with names, types, and requirements.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flexible_asset_type_id | Yes | Flexible asset type ID (required) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |