Gusto
get_location
Retrieves full details for a single company location by UUID, including complete address, phone number, and filing addresses for tax purposes. Use list_locations first to find the location UUID. Call this for complete information about a specific office or work site.
Remote gusto
Remote (network-hosted)
Other tools also called get_location?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"location_uuid": {
"type": "string",
"description": "The unique identifier (UUID) for the location"
}
}
}