Skip to main content
Glama
somusathya

connected-car-mcp

by somusathya

get_maintenance_recommendations

Get prioritized maintenance recommendations for a vehicle by combining service-interval mileage with active anomaly flags.

Instructions

Get prioritized maintenance recommendations for one vehicle, combining service-interval mileage with any active anomaly flags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vehicle_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It explains the operation combines service-interval mileage and active anomaly flags and returns prioritized results, which is useful. However, it does not clarify read-only nature, prerequisites (e.g., vehicle must exist), error conditions, or what happens if no anomalies exist, leaving gaps in transparency.

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?

A single sentence that front-loads the tool's purpose ('Get prioritized maintenance recommendations for one vehicle') and then specifies the inputs. No fluff, reads naturally, and is appropriately sized for the tool's simplicity.

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?

For a tool with no annotations and zero parameter schema descriptions, the description leaves out critical details: what the output format is, how prioritization is determined, whether it requires prior anomaly detection, and how to ensure the vehicle ID is valid. While an output schema exists, its content is unknown, so the description should explain enough for an agent to call it confidently, which it does not.

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 coverage for parameters is 0%, and the description provides no additional meaning for vehicle_id beyond the schema's type/name. It does not specify that vehicle_id is the unique identifier of the vehicle, how to obtain a valid value, or any format hints. Since the description is the only source of param semantics, it is insufficient.

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 tool returns 'prioritized maintenance recommendations' for 'one vehicle', combining two data sources. The 'one vehicle' scope implicitly distinguishes it from fleet-level tools like fleet_health_summary, but it does not explicitly name the alternatives, so it's clear but not maximally differentiated.

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?

No explicit guidance is given on when to use this tool versus siblings (e.g., list_vehicles, get_vehicle_telemetry, detect_anomalies). While 'one vehicle' implies it is not for fleet-level summaries, the description does not state exclusions or recommend alternatives based on use cases, leaving the decision to inference.

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/somusathya/connected-car-mcp'

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