Mercury
get_motor
Fetch a single Mercury motor by id or slug, including pricing, shaft length, and deep-link URL.
Remote harrisboatworks/mercury-repower
Remote (network-hosted)
Other tools also called get_motor?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "UUID of the motor"
},
"slug": {
"type": "string",
"description": "URL slug"
}
}
}