List IT Glue Flexible Asset Types
itglue_list_flexible_asset_typesRetrieve flexible asset type definitions from IT Glue to identify required IDs for creating or filtering custom assets. Use filters to find specific types or include field details.
Instructions
List all flexible asset types defined in IT Glue.
Flexible asset types define the structure (fields/traits) for flexible assets. Use this to find the type ID needed when creating or filtering flexible assets.
Args:
page (number): Page number (default: 1)
page_size (number): Items per page (default: 50)
name (string): Filter by name
enabled (boolean): Filter by enabled status
include (array): Include 'flexible_asset_fields' to see field definitions
response_format (string): 'markdown' or 'json'
Returns: List of flexible asset types with their IDs and names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| page_size | No | Number of items per page (max 1000) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |
| name | No | Filter by name (partial match supported) | |
| enabled | No | Filter by enabled status | |
| include | No | Include flexible asset fields in response |