Skip to main content
Glama

itglue_list_locations

Retrieve and filter physical addresses associated with organizations in IT Glue. Use parameters like organization ID, name, city, or country to find specific locations.

Instructions

List locations in IT Glue with optional filtering.

Locations are physical addresses associated with organizations.

Args:

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

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

  • organization_id (number): Filter by organization

  • name (string): Filter by name

  • city (string): Filter by city

  • region_id (number): Filter by region/state

  • country_id (number): Filter by country

  • sort (string): Sort field

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

Returns: List of locations with addresses.

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
nameNoFilter by name (partial match supported)
cityNoFilter by city
region_idNoFilter by region ID
country_idNoFilter by country 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