Skip to main content
Glama

Request trade-in

request_trade_in_appraisal
DestructiveIdempotent

After explicit consent and confirmation, request a trade-in appraisal for this listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoEmail (or phone required).
phoneNoE.164 phone (or email required).
dry_runNoValidate with no dealer contact.
messageNoDealer note.
last_nameYesLast name.
first_nameYesFirst name.
listing_idYesExact listing_id from prior results.
consent_textYesAccepted consent words; never fabricate consent.
trade_in_makeYes
trade_in_trimNo
trade_in_yearYes
trade_in_modelYes
idempotency_keyYesUnique retry key.
allowed_channelsYesConsent channels.
trade_in_mileageNo
preferred_contactNo
consent_granted_atYesConsent timestamp (RFC 3339).
trade_in_conditionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
lead_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed8 schema fields changed
    • changedInput schema / properties / allowed_channels / description
      Previous value: -"Accepted channels."New value: +"Consent channels."
    • changedInput schema / properties / consent_granted_at / description
      Previous value: -"Consent time, RFC 3339 with timezone."New value: +"Consent timestamp (RFC 3339)."
    • changedInput schema / properties / consent_text / description
      Previous value: -"Exact accepted words; never fabricate consent."New value: +"Accepted consent words; never fabricate consent."
    • changedInput schema / properties / dry_run / description
      Previous value: -"Validate only; no dealer contact."New value: +"Validate with no dealer contact."
    • changedInput schema / properties / email / description
      Previous value: -"Email; email or phone required."New value: +"Email (or phone required)."
    • changedInput schema / properties / listing_id / description
      Previous value: -"Exact listing_id from prior read."New value: +"Exact listing_id from prior results."
    • changedInput schema / properties / message / description
      Previous value: -"Optional dealer note."New value: +"Dealer note."
    • changedInput schema / properties / phone / description
      Previous value: -"E.164 phone; email or phone required."New value: +"E.164 phone (or email required)."
  2. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations declare destructiveHint=true and readOnlyHint=false, which the description supports ('request a trade-in appraisal' implies a mutation). The description adds a key precondition ('after explicit consent and confirmation'), which is helpful. However, it does not disclose potential side effects (e.g., dealer contact being initiated) or the idempotency retry behavior, and does not explain what happens on dry_run or if the listing's seller is contacted automatically.

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, front‑loaded with the critical prerequisite, zero wasted words. Perfectly concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 18‑parameter, 10‑required, destructive toy with an output schema, the description is too brief. It does not explain the return contract (output_schema exists but gets no mention), does not clarify the idempotency guarantee, and does not specify which channel the appraisal request uses. While annotations and schema carry some burden, the description's extreme brevity leaves important behavioral questions unanswered.

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 description coverage is 61%, meaning 39% of parameters lack schema descriptions. The tool description compensates partially by stating the high‑level workflow (consent, then request), but does not individually clarify undocumented fields like trade_in_make, trade_in_model, trade_in_condition, or trade_in_trim. The warning 'never fabricate consent' in consent_text's description is valuable, but not part of the tool's description.

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 uses a specific verb-resource pair ('request trade-in appraisal') and clearly ties it to a 'listing'. However, it doesn't explicitly differentiate from siblings like 'submit_vehicle_inquiry' or 'schedule_test_drive', which also involve dealer actions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool vs. alternatives. Given complex prerequisites (explicit consent, consent confirmation, listing ownership) and many sibling tools, the lack of when/why guidance is a serious gap.

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.

Resources