Gusto
get_contractor
Retrieves full profile for a single contractor by UUID, including name, email, business name (if applicable), payment method, and engagement dates. Use list_contractors first to find the contractor UUID. Call this for detailed info about a specific independent worker.
Remote gusto
Remote (network-hosted)
Other tools also called get_contractor?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"contractor_uuid": {
"type": "string",
"description": "The unique identifier (UUID) for the contractor"
}
}
}