Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-indexed)
page_sizeNoNumber of items per page (max 1000)
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown
organization_idNoFilter by organization ID
flexible_asset_type_idNoFilter by flexible asset type ID (required for filtering by traits)
nameNoFilter by name (partial match supported)
archivedNoFilter by archived status
sortNoField to sort byname
sort_directionNoSort direction: asc (ascending) or desc (descending)asc
includeNoRelated resources to include

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddonathan/itglue-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server