Skip to main content
Glama

Entogo power-equipment knowledge & tools

Hand off to Entogo for a quote

request_quote_handoff
Read-only

Returns the right channel for a request for quotation (RFQ): the transformer configurator deep link (pre-filled with the product name), the contact page, e-mail and phone numbers, office hours and the one-business-day response commitment. This tool stores nothing and sends nothing — the user completes the request on entogo.ca or by e-mail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productNoProduct name or id the user is interested in
summaryNoOne-paragraph project summary to paste into the form

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark readOnlyHint=true, and the description adds meaningful no-side-effect context: 'stores nothing and sends nothing' and 'the user completes the request on entogo.ca or by e-mail.' This goes beyond the annotation by clarifying that the tool only returns guidance and does not submit anything on the user's behalf. No contradiction with annotations.

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?

Two dense sentences with no filler: the first enumerates the return content, the second clarifies the tool's side-effect-free handoff behavior. The most important scoping information ('request for quotation') is front-loaded.

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, read-only handoff tool with two optional string params and no output schema, the description is complete: it explains what is returned, how the product parameter is used, the external destinations, and that no data is stored or sent. An agent has enough to invoke it correctly and set user expectations.

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% for both optional string parameters. The description adds semantic value by explaining that the product parameter populates the deep link ('pre-filled with the product name'), which is not specified in the schema. The summary parameter's role as pasted content is already covered in the schema, so no extra credit is needed there.

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 names a specific verb ('Returns'), a specific resource ('the right channel for a request for quotation'), and enumerates exact outputs such as the transformer configurator deep link and contact details. This clearly distinguishes it from sibling tools like get_product or search_knowledge, which are about retrieving product/catalog information rather than handing off an RFQ.

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 phrase 'request for quotation (RFQ)' plus the title 'Hand off to Entogo for a quote' explicitly indicate the trigger condition: when a user wants a quote. It does not explicitly name alternative tools or exclusion cases, but the RFQ framing provides clear context for when to select it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools target clearly distinct resources and actions, such as products, company facts, lead times, RFQ handoff, semantic search, and EV capacity estimation. The only mild overlap is get_lead_time versus the lead-time band already embedded in get_product, and search_knowledge can return passages that overlap with structured tools.

Naming Consistency5/5

Every tool follows a consistent verb_noun snake_case pattern: estimate_, get_, list_, request_, and search_. There are no mixed naming conventions, generic verbs, or vague tool names.

Tool Count5/5

Seven tools is a well-scoped count for a knowledge-and-estimation server. Each tool covers a distinct need without filler or redundant entries.

Completeness4/5

The tool set supports product discovery, detailed product lookup, company facts, lead times, quote handoff, semantic search, and EV charging estimation, covering core user journeys. A minor gap is that other configurators mentioned in the quote handoff, such as the transformer configurator, are only exposed as links rather than executable tools.

Resources