Skip to main content
Glama

itglue_list_organizations

Retrieve and filter client organizations from IT Glue to access configurations, contacts, passwords, and documentation with pagination and sorting options.

Instructions

List organizations in IT Glue with optional filtering and pagination.

Organizations represent client companies in IT Glue. Each organization contains configurations, contacts, passwords, and other documentation.

Args:

  • page (number): Page number, starting from 1 (default: 1)

  • page_size (number): Items per page, max 1000 (default: 50)

  • name (string): Filter by organization name (partial match)

  • organization_type_id (number): Filter by organization type

  • organization_status_id (number): Filter by status (Active, Inactive, etc.)

  • psa_id (string): Filter by PSA integration ID

  • sort (string): Sort field - name, id, updated_at, created_at

  • sort_direction (string): asc or desc

  • response_format (string): 'markdown' or 'json'

Returns: List of organizations with IDs, names, types, statuses, and IT Glue URLs.

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
nameNoFilter by name (partial match supported)
organization_type_idNoFilter by organization type ID
organization_status_idNoFilter by organization status ID
psa_idNoFilter by PSA integration ID
sortNoField to sort byname
sort_directionNoSort direction: asc (ascending) or desc (descending)asc

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