itglue_list_flexible_assets
Retrieve custom documentation records from IT Glue, such as network diagrams, application runbooks, or vendor information, with options to filter by organization, asset type, name, or archived status.
Instructions
List flexible assets in IT Glue with optional filtering.
Flexible assets are custom documentation types defined by flexible asset types. Examples: Network documentation, Application runbooks, Vendor info, etc.
Args:
page (number): Page number (default: 1)
page_size (number): Items per page (default: 50)
organization_id (number): Filter by organization
flexible_asset_type_id (number): Filter by asset type (recommended)
name (string): Filter by name
archived (boolean): Filter by archived status
sort (string): Sort field
include (array): Related resources to include
response_format (string): 'markdown' or 'json'
Returns: List of flexible assets with their trait values.
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 |
| organization_id | No | Filter by organization ID | |
| flexible_asset_type_id | No | Filter by flexible asset type ID (required for filtering by traits) | |
| name | No | Filter by name (partial match supported) | |
| archived | No | Filter by archived status | |
| sort | No | Field to sort by | name |
| sort_direction | No | Sort direction: asc (ascending) or desc (descending) | asc |
| include | No | Related resources to include |