Skip to main content
Glama

ShipMyCar Vehicle Logistics Quote Connector

Generate quote

quote_generate

Use this after the user explicitly confirms a complete ShipMyCar quote draft. It calculates pricing, writes a private quote continuation/API usage record, and returns a continueQuoteUrl. It does not send email or create a public booking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftYesComplete MCP quote draft.
confirmYesMust be true to generate the quote.
contactConsentNoSet true only when the user consents to storing supplied contact details in the continuation payload.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNo
draftYes
quoteNo
statusNo
detailsNo
messageNo
successYes
requirementsNo

TDQS

A4.5/5.0
Behavior5/5

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

Description details side effects (calculates pricing, writes record, returns URL) and clearly states what it does NOT do. Annotations show readOnlyHint=false, destructiveHint=false, consistent with writing a record. Provides context beyond 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 sentences, no wasted words. First sentence covers purpose and timing, second covers exclusions. Highly efficient and easy to parse.

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 3 parameters, present siblings, and existing output schema, the description covers purpose, usage timing, behavior, and limitations comprehensively. No gaps noted.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All 3 parameters have schema descriptions (100% coverage). Description adds context about 'complete draft' and consent requirement but does not significantly enhance parameter meaning beyond the schema. Adequate baseline given schema coverage.

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?

Description clearly states verb 'generate' on resource 'quote' with specific context 'after user explicitly confirms a complete ShipMyCar quote draft'. Distinguishes from sibling tools (quote_get_requirements, quote_update_draft) by focusing on final generation step.

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?

Explicitly instructs when to use: after explicit user confirmation of a complete draft. Also states what it does not do (no email, no booking). Lacks explicit exclusions for other scenarios, but positive guidance is strong.

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.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: generate finalizes, get_requirements checks, update_draft modifies. No overlap.

Naming Consistency2/5

Naming is inconsistent: 'quote_generate' is noun_verb, while 'quote_get_requirements' and 'quote_update_draft' are noun_verb_noun. No uniform pattern.

Tool Count5/5

Three tools is appropriate for a focused connector covering the core workflow of updating, checking, and finalizing a quote.

Completeness3/5

Covers update, check, and finalize, but lacks a tool to create an initial draft or to list/delete quotes, causing minor gaps.

Resources