Skip to main content
Glama

Cambio Uruguay

Autos con deuda, choque o papeles declarados

car_declared_risks
Read-only

Avisos cuyo vendedor DECLARA un riesgo (deuda, papeles, siniestro/choque, recupero, mecánica, chapa extranjera, uso intensivo como ex taxi) con su frase textual, la severidad y cuánto menos pide frente a los mismos autos que no declaran nada; más el resumen por categoría. Útil para entender el descuento de un auto con deuda o para descartar riesgos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoCarrocería: sedan, hatchback, suv, pickup, rural (familiar), furgon, monovolumen, coupe, cabriolet.
fuelNo
pageNo
brandNo
kmMaxNo
limitNo
sellerNodealer = automotora, private = particular.
yearMinNo
categoryNo
departmentNo
priceMaxUsdNoPrecio máximo en dólares.
onlyMeasuredNoSólo los que tienen cohorte limpia para medir el descuento.
transmissionNo
maxLitersPer100KmNoConsumo máximo (litros cada 100 km).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already mark this read-only and open-world, so the description does not need to repeat safety. It adds meaningful behavior detail: results are based on seller-declared risks, include the verbatim phrase and severity, and compute a price discount against a clean cohort, plus a category-level summary.

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?

A single, dense sentence front-loads the core result and ends with a practical use case; there is no filler. The long list of risk categories makes it slightly heavy, but each element contributes.

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 a 14-parameter, no-output-schema tool, the description names the key output components but leaves out response shape, pagination/ordering behavior, and how filters combine. Optional parameters and helpful annotations reduce the risk, but an agent still lacks some operational detail.

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?

Only 36% of the 14 parameters are documented in the schema and the description does not mention any parameter, so it fails to compensate for the low coverage. Some parameter meaning is implicit through enums and names, but fields like brand, kmMax, transmission, and yearMin remain semantically thin.

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 defines the tool's output: listings whose seller declares a risk, with the textual phrase, severity, and price discount compared with non-declared peers, plus a category summary. It is unambiguous, though it never names or contrasts a sibling tool such as search_used_cars, so it stops short of full differentiation.

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?

Ends with explicit use cases: understanding the discount on a car with debt or discarding risky listings. This gives clear context for when to call it, but it does not state when not to use it or name alternatives.

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.