hamza-007
01/13/2026, 6:24 PMGeraDeluxer
01/13/2026, 9:15 PMChiranjeet Mishra
01/14/2026, 2:04 AMhamza-007
01/14/2026, 4:55 AMhamza-007
01/14/2026, 5:39 AMGeraDeluxer
01/14/2026, 4:23 PMhamza-007
01/14/2026, 6:30 PMGeraDeluxer
01/14/2026, 9:49 PMhamza-007
01/15/2026, 5:55 PMGeraDeluxer
01/15/2026, 10:16 PMChiranjeet Mishra
01/16/2026, 3:36 AMHam
01/29/2026, 7:51 PM"type": "function",
"function": {
"name": "check_ltv",
"description": "this tool sends the loan amount, the home value and the desired cashout and returns the LTV",
"parameters": {
"type": "object",
"properties": {
"Home_Value_Num": {
"description": "the amount of dollars the contact thinks his home is worth",
"type": "number",
"default": "12"
},
"Loan_Amount_Num": {
"description": "the amount of dollars the contacts current mortgage or loan is for",
"type": "number",
"default": "14"
},
"Desired_Cashout_Amount": {
"description": "how many dollars is the contact looking to cashout?",
"type": "number",
"default": "14"
}
},
"required": [
"Home_Value_Num",
"Loan_Amount_Num",
"Desired_Cashout_Amount"
]
}
},Chiranjeet Mishra
02/06/2026, 8:49 PM