Skip to main content
Glama

Request test drive

schedule_test_drive
DestructiveIdempotent

After explicit consent and confirmation, request a test drive 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.
appointment_atNo
idempotency_keyYesUnique retry key.
allowed_channelsYesConsent channels.
preferred_contactNo
consent_granted_atYesConsent timestamp (RFC 3339).

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.1/5.0
Behavior3/5

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

Annotations already indicate destructive and idempotent behavior, so the description's mention of consent confirms an important compliance requirement. However, the description adds minimal behavioral context beyond what annotations provide—it does not explain that this tool contacts the dealer, the role of the idempotency key, or the validation via dry_run. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, front-loaded, and free of unnecessary words. However, it is so concise that it omits important context; a slightly longer description that includes usage guidelines would be more helpful without losing conciseness.

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

Completeness2/5

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

Given the tool's complexity (13 parameters, 7 required, output schema exists), the description is too brief. It does not cover the consent flow, return value, idempotency behavior, or how this tool differs from sibling inquiry tools. The annotations and schema fill many gaps, but the description should provide a higher-level context for the AI agent.

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 description coverage is high (85%), so the baseline is 3. The description does not add any parameter-specific meaning beyond what the schema already provides. For example, it does not clarify the purpose of 'idempotency_key', 'dry_run', or the relationship between 'email' and 'phone' requirements.

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 ('request a test drive') and the resource ('this listing'), making the purpose immediately understandable. However, it does not differentiate this tool from sibling tools like 'submit_vehicle_inquiry' or 'request_trade_in_appraisal', which could cause confusion for an AI agent deciding which tool to use.

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 mentions a prerequisite ('after explicit consent and confirmation'), but provides no guidance on when to use this tool versus alternatives. It does not specify when not to use it, nor does it reference any sibling tools that might be more appropriate for general inquiries or other actions.

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