Skip to main content
Glama

Get dealership locations, hours, and contacts

get_dealership
Read-onlyIdempotent

Use this with an exact dealer_id to return every public rooftop, contact, site, capability, and named sales/service schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dealer_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
domainYes
dealer_idYes
locationsYes
vehicle_countYes
agent_card_urlYes

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds the scope of returned data ('every public...'), which is valuable but does not cover error handling, rate limits, or authorization requirements. 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.

Conciseness5/5

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

Single sentence conveys all essential information without redundancy. Front-loaded with usage condition and scope. No wasted words.

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

Completeness4/5

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

Given a single required parameter and an output schema present, the description adequately lists the returned data categories. However, it omits behavior for missing IDs, pagination (if any), or access permissions, though these are less critical with annotations indicating safe reads.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate. It only notes that dealer_id must be 'exact', adding minimal semantic value beyond the schema's type/format. The agent gains little insight into constraints or usage nuances.

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?

Description clearly states the action ('return') and the resource ('every public rooftop, contact, site, capability, and named sales/service schedule') for a specific dealer_id. It implicitly differentiates from sibling 'find_dealerships' by requiring an exact ID, but does not explicitly contrast.

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

Usage Guidelines3/5

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

Description specifies the condition for use: 'with an exact dealer_id'. However, it does not mention when not to use it, alternative tools like 'find_dealerships', or error scenarios like missing ID.

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

A3.7/5.0
Disambiguation5/5

Each tool has a highly specific purpose with strict context rules (e.g., compare_vehicles only after shop_vehicles, fetch only for citations). No two tools appear to do the same thing; even search and shop_vehicles are explicitly separated by use case.

Naming Consistency3/5

Most tools follow a verb_noun pattern (compare_vehicles, find_dealerships, get_vehicle), but 'fetch' and 'search' are single verbs without objects, and 'shop_vehicles' uses an uncommon verb. The mix of styles reduces consistency.

Tool Count5/5

With 10 tools, the server covers the key stages of car shopping (discovery, comparison, details, dealership info, test drive, trade-in, inquiry) without being bloated. The count feels well-scoped for the domain.

Completeness3/5

The tool set covers the core shopping workflow, but it explicitly prevents refinement (one shop_vehicles call only) and lacks advanced features like financing calculators, vehicle history, or saved searches, leaving noticeable gaps for common user needs.

Resources