Skip to main content
Glama

ShipMyCar Vehicle Logistics Quote Connector

Get quote requirements

quote_get_requirements
Read-only

Use this when a ShipMyCar quote draft needs checking before generation. It only inspects the draft and returns route requirements, enabled services, missing fields, and next questions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftYesCurrent MCP quote draft to inspect.

Output Schema

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

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already indicate read-only and non-destructive; description adds that it 'only inspects' and details the return content (route requirements, enabled services, missing fields, next questions), providing rich behavioral context without contradiction.

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, front-loaded with usage instruction and clear listing of return items.

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 presence of output schema, the description still covers purpose, usage, and key return elements. For a simple tool with one parameter and supportive annotations, this is complete.

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 has 100% coverage with a clear description of the single 'draft' parameter. The tool description does not add additional meaning beyond what the schema already provides, so baseline score of 3 is appropriate.

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 inspects a quote draft and returns specific requirements, with a verb and resource that distinguishes it from siblings like quote_generate and quote_update_draft.

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 checking before generation') and implies read-only, but does not explicitly state when not to use it or name alternatives beyond sibling listing.

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