Skip to main content
Glama

itglue_update_contact

Modify contact details in IT Glue by updating fields like name, title, emails, phones, and notes for existing contacts.

Instructions

Update an existing contact in IT Glue.

Args:

  • id (string|number): Contact ID (required)

  • first_name (string): First name

  • last_name (string): Last name

  • title (string|null): Job title

  • contact_type_id (number): Contact type ID

  • location_id (number|null): Location ID

  • important (boolean): Important flag

  • notes (string|null): Notes

  • contact_emails (array): Email addresses (replaces existing)

  • contact_phones (array): Phone numbers (replaces existing)

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

Returns: The updated contact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe unique ID of the resource
organization_idNoOrganization ID
first_nameNoFirst name
last_nameNoLast name
titleNoJob title
contact_type_idNoContact type ID
location_idNoLocation ID
importantNoMark as important contact
notesNoNotes
contact_emailsNoContact email addresses (replaces existing)
contact_phonesNoContact phone numbers (replaces existing)
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown

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