get_multiple_offers
Records a loan enquiry in SecureLend's system and submits it to multiple selected lenders on the user's behalf, after explicit user confirmation. Each lender independently reviews the enquiry and, if interested, provides a quote. The user reviews quotes and completes their chosen application directly on the lender's own platform. This tool does not collect sensitive personal data such as social security numbers, bank account details, health information, or biometric data. Creates a persistent lead record in SecureLend's database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| applicant | Yes | Personal details of the applicant. | |
| providers | Yes | The list of selected providers to submit the application to. | |
| productType | Yes | The type of financial product being applied for. | |
| applicationData | Yes | The original search parameters or form data for the application. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the application. | |
| status | Yes | The current status of the application. | |
| createdAt | Yes | The timestamp when the application was created. | |
| providers | Yes | The list of providers the application was sent to. | |
| productType | Yes | The type of product applied for. | |
| requiredInfo | No | Details on information required from the applicant when status is ACTION_REQUIRED. | |
| applicationId | No | Alias of `id`. Pass this value as `applicationId` to the `track_offer_status` tool to check enquiry status later. |