Skip to main content
Glama
yevhen-kalyna

autoria-mcp

get_car_details_batch

Retrieve compact details for up to 50 adverts in a single API call, preserving order and returning null for failed entries to avoid batch failure.

Instructions

Get compact details for several adverts in one call (up to 50 ids).

The agent-efficiency counterpart to get_car_details: instead of one round-trip per id when ranking a result page, pass the whole id list and get an array back, in the same order, deduplicated. A listing that fails to load comes back as a sparse entry (its url is null) rather than failing the batch. Same fields and caveats as get_car_details (mileage/price are seller-declared and unverified).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auto_idsYesAdvert ids (from `search_used_cars` `ids`); up to 50 per call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Discloses deduplication, order preservation, and sparse entries on failure. Mentions same caveats as get_car_details. No annotations provided, so description compensates well, though lacks info on permissions or rate limits.

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 compact paragraphs, front-loaded with purpose. Every sentence adds information; no redundancy.

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 complexity (batch), no annotations, and existing output schema, description covers return behavior and references get_car_details for caveats. Complete for an efficient batch tool.

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 coverage 100% but description adds context: ids from search_used_cars and max 50. Adds value beyond schema.

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?

Clear verb 'get compact details' and resource 'several adverts in one call' with explicit limit of 50 ids. Distinct from sibling get_car_details by being batch-oriented.

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

Usage Guidelines5/5

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

Explicitly positions as efficiency counterpart to get_car_details and states when to use (ranking result page). Notes deduplication and graceful failure handling.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yevhen-kalyna/autoria-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server