Gusto

get_payroll

Retrieves complete details for a single payroll by UUID, including worker earnings, taxes, deductions, and net pay. This tool CANNOT modify payroll data - all payroll amounts and settings are managed in Gusto directly. Use run_payroll to process a payroll.

Remote gusto

Remote (network-hosted)

Other tools also called get_payroll? See providers with this name

Input Schema


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

Provider

Gusto →