Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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 tools
build_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
familyNo
contactNo
motor_idNo
trade_inNo
boat_infoNo
horsepowerNo
purchase_pathNoinstalled
Behavior3/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters2/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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).

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYes
brandYes
conditionNo
horsepowerYes
engine_typeNo
engine_hoursNo
Behavior3/5

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.

Conciseness5/5

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.

Completeness2/5

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.

Parameters2/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoUUID of the motor
slugNoURL slug
Behavior3/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
familyNo
max_hpNo
min_hpNo
horsepowerNoExact HP (e.g. 90, 150)
in_stock_onlyNo
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.