Harris Boat Works - Mercury Repower
Server Details
Live Mercury outboard data and CAD quote builder from a Mercury Platinum Dealer in Ontario.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- harrisboatworks/mercury-builder-pro
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 5 of 5 tools scored.
Each tool targets a distinct function: searching motors, fetching a specific motor, estimating trade-in, building a quote, and retrieving brand rules. No overlapping purposes.
All tool names follow a consistent verb_noun pattern (build_quote, estimate_trade_in, get_brand_rules, get_motor, search_motors) using lowercase snake_case.
Five tools is well-scoped for the domain of repowering boats with Mercury outboards, covering search, details, trade-in, quoting, and rules without being excessive or sparse.
The tool set provides a complete workflow: search and select a motor, get details, estimate trade-in, build a quote, and access business rules. No obvious gaps for the intended use case.
Available Tools
5 toolsbuild_quoteBInspect
Build an itemized CAD quote (motor + installation + propeller + trade-in + HST + financing tier) and return a deep-link URL the customer can open. Optional contact captures a lead in the dealership CRM.
| Name | Required | Description | Default |
|---|---|---|---|
| family | No | ||
| contact | No | ||
| motor_id | No | ||
| trade_in | No | ||
| boat_info | No | ||
| horsepower | No | ||
| purchase_path | No | installed |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the burden. It mentions returning a deep-link URL and optionally capturing a lead in CRM, but does not disclose whether the tool is read-only or creates/destroys data, nor any side effects or required permissions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and front-loaded with the core purpose. However, the second sentence could be integrated better, and the lack of parameter explanation means some conciseness is achieved at the expense of clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and 7 parameters (including nested objects) with no detailed explanations, the description leaves significant gaps. It doesn't cover the required parameters, return value format beyond 'deep-link URL', or behavior for optional vs required fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description fails to compensate. It lists components (e.g., installation, propeller, HST) that are not in the schema, creating confusion. The schema has 7 parameters including nested objects, but the description does not clarify their meanings or relationships.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool builds an itemized CAD quote with specific components (motor, installation, propeller, etc.) and returns a deep-link URL. This distinguishes it from siblings like estimate_trade_in or search_motors, which handle different aspects of the domain.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for generating quotes and capturing leads, but does not explicitly state when to use this tool versus alternatives like estimate_trade_in. No exclusions or prerequisites are mentioned, so the guidance is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
estimate_trade_inAInspect
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).
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| brand | Yes | ||
| condition | No | ||
| horsepower | Yes | ||
| engine_type | No | ||
| engine_hours | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses brand penalties and currency (CAD), but lacks details on return format, read-only nature, error handling, or rate limits. Some transparency is provided, but significant gaps remain.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that efficiently conveys purpose and key behavioral notes (brand penalties). It is front-loaded and contains no unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 6 parameters and no output schema or annotations, the description is incomplete. It does not explain the return value structure, calculation factors beyond brand, or limitations. The agent lacks essential context to fully understand the tool's behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 6 parameters with 0% description coverage. The description only adds meaning for 'brand' via brand penalties. Parameters like 'year', 'horsepower', 'condition', 'engine_type', and 'engine_hours' are not explained, leaving the agent without guidance on their values or constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Estimate the trade-in value (CAD) of a customer's current outboard.' The verb 'estimate' and resource 'trade-in value' are specific, and the tool is distinct from siblings like 'build_quote' or 'get_brand_rules'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for estimating trade-in values but does not explicitly state when to use this tool versus alternatives like 'build_quote' or 'get_brand_rules'. No exclusions or context for when not to use it are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_brand_rulesAInspect
Return Harris Boat Works' authoritative source-of-truth rules for any agent representing them: pricing currency, geography, no-Verado policy, financing minimums, deposit tiers, warranty.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description must fully disclose behavior. It states return value but doesn't explicitly mention that the tool is read-only or has no side effects, though it's inferable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, well-structured, lists rule categories concisely with no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given zero parameters and no output schema, the description fully explains what the tool returns, making it complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters exist and schema coverage is 100%, so baseline is 4. The description adds no param info, but none is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns authoritative rules for Harris Boat Works, listing specific rule categories (pricing currency, geography, etc.), and distinguishes from siblings like build_quote and search_motors.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied (retrieve rules before agent tasks), but no explicit guidance on when to use versus alternatives or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_motorAInspect
Fetch a single Mercury motor by id or slug, including pricing, shaft length, and deep-link URL.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | UUID of the motor | |
| slug | No | URL slug |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It implies a read-only fetch but does not disclose potential errors, rate limits, or response size. Adequate for a simple tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, no wasted words, front-loaded with verb and resource.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple fetch tool with no output schema, the description is complete: it identifies the resource, selection criteria, and included data.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the description adds value by explaining that one of id or slug is sufficient ('by id or slug') and listing the return fields, which is beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it fetches a single Mercury motor by id or slug, and specifies the included data (pricing, shaft length, deep-link URL). This is specific and distinguishes it from sibling search_motors.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use when you need a single motor by ID or slug, providing clear context. However, it does not explicitly exclude cases or mention alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_motorsAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| family | No | ||
| max_hp | No | ||
| min_hp | No | ||
| horsepower | No | Exact HP (e.g. 90, 150) | |
| in_stock_only | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that it is a read operation (search), returns CAD pricing, and excludes Verado. It mentions filtering capabilities but does not specify result format, pagination, or authentication requirements, which would enhance transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose, and contains no filler. Every sentence adds value: first sentence defines scope, second lists filters and pricing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 6 parameters, no output schema, and no annotations, the description provides adequate context: domain, inventory type, pricing, and filtering. It could mention the 'limit' parameter and return fields, but overall it is complete enough for basic usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is only 17%, so the description compensates by explaining that filtering is by horsepower, family (listing enum values), and stock status. It adds meaning beyond the schema for 'family' and 'in_stock_only', but does not explicitly cover 'limit', 'max_hp', or 'min_hp'.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it searches Mercury outboard inventory at a specific dealer, with filtering options, pricing, and exclusions. It uses a specific verb ('Search') and resource ('current Mercury outboard inventory at Harris Boat Works'), distinguishing it from siblings like 'get_motor' which likely retrieves a single motor.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context (searching inventory) but does not explicitly state when to use this tool versus alternatives like 'get_motor' or 'build_quote'. No when-not-to-use or exclusion criteria beyond not including Verado.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!