Mercury
search_motors
Search current Mercury outboard inventory at Harris Boat Works (Ontario). Filter by horsepower, family (FourStroke, Pro XS, SeaPro, Racing), or stock status. Returns CAD pricing. Excludes Verado.
Remote harrisboatworks/mercury-repower
Remote (network-hosted)
Other tools also called search_motors?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 25,
"maximum": 100
},
"family": {
"enum": [
"FourStroke",
"Pro XS",
"SeaPro",
"Racing"
],
"type": "string"
},
"max_hp": {
"type": "number"
},
"min_hp": {
"type": "number"
},
"horsepower": {
"type": "number",
"description": "Exact HP (e.g. 90, 150)"
},
"in_stock_only": {
"type": "boolean",
"default": false
}
}
}