get_customer
Find a customer by ID, full name, or phone number, then retrieve their details from the legacy CRM system.
Instructions
Find a customer by id, name, or phone number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Full name of the customer | |
| phone | No | Phone number of the customer | |
| customer_id | No | MongoDB ObjectId of the customer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer | Yes |