Skip to main content
Glama

itglue_list_contacts

Retrieve and filter contact information from IT Glue, including employees, vendors, and key individuals associated with organizations.

Instructions

List contacts in IT Glue with optional filtering.

Contacts represent people associated with organizations - employees, vendors, or other important individuals.

Args:

  • page (number): Page number (default: 1)

  • page_size (number): Items per page (default: 50)

  • organization_id (number): Filter by organization

  • first_name (string): Filter by first name

  • last_name (string): Filter by last name

  • contact_type_id (number): Filter by contact type

  • important (boolean): Filter by important flag

  • sort (string): Sort field

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

Returns: List of contacts with names, titles, and contact information.

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
first_nameNoFilter by first name (partial match)
last_nameNoFilter by last name (partial match)
contact_type_idNoFilter by contact type ID
importantNoFilter by important flag
psa_idNoFilter by PSA integration ID
sortNoField to sort bylast_name
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