Skip to main content
Glama

ShipMyCar Vehicle Logistics Quote Connector

Update quote draft

quote_update_draft
Read-only

Use this when a user provides or corrects ShipMyCar quote details. It returns a stateless draft plus next questions and does not create records, send email, or contact ShipMyCar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftNoCurrent MCP quote draft returned by a previous tool call.
patchYesNew quote details collected from the user.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftYes
successYes
warningsYes
routeTypeYes
capabilityYes
missingFieldsYes
nextQuestionsYes
readyForQuoteYes
requiredServiceModulesYes

TDQS

A4.1/5.0
Behavior4/5

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

Beyond readOnlyHint annotation, the description clarifies statelessness, no record creation, no email, no contact, adding useful behavioral context.

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 redundancy, front-loaded with usage condition, every sentence adds value.

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 annotations, full schema coverage, and output schema existence, the description sufficiently covers purpose, usage, and behavioral details for this low-complexity tool.

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?

Schema coverage is 100% with parameter descriptions; the tool description adds no extra parameter meaning beyond what schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (updating draft) and resource (quote details), and specifies what the tool does and does not do, differentiating it from potential sibling tools like quote_generate.

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 says when to use ('when user provides or corrects quote details') but does not provide when-not-to-use or mention sibling alternatives directly.

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