Mercury
estimate_trade_in
Estimate the trade-in value (CAD) of a customer's current outboard. Brand penalties apply (Mercury preferred, Yamaha/Honda neutral, Evinrude/Johnson/Force/Chrysler discounted).
Remote harrisboatworks/mercury-repower
Remote (network-hosted)
Other tools also called estimate_trade_in?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"year": {
"type": "number"
},
"brand": {
"type": "string"
},
"condition": {
"enum": [
"excellent",
"good",
"fair",
"poor"
],
"type": "string"
},
"horsepower": {
"type": "number"
},
"engine_type": {
"enum": [
"4-stroke",
"2-stroke"
],
"type": "string"
},
"engine_hours": {
"type": "number"
}
}
}