Gusto

get_department

Retrieves full details for a single department by UUID, including name, parent department (if nested), and list of assigned employees. Use list_departments first to find the department UUID. Call this for details about one specific department.

Remote gusto

Remote (network-hosted)

Other tools also called get_department? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "department_uuid": {
      "type": "string",
      "description": "The unique identifier (UUID) for the department"
    }
  }
}
          

Provider

Gusto →