Skip to main content
Glama
ayhammouda

OBD MCP Server

by ayhammouda

Read ECU snapshot

obd_read_ecu_snapshot
Read-onlyIdempotent

Read an ECU snapshot by providing the vehicle ID and ECU ID to retrieve diagnostic data from a validated, read-only profile.

Instructions

Read an ECU snapshot using only identifiers in a validated, source-labeled read-only profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ecu_idYes
vehicle_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dtcsNo
ecu_idYes
signalsNo
protocolNounknown
profile_idNo
vehicle_idYes
captured_atNo
profile_sourceNo
profile_confidenceNo
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is clear. The description adds 'validated, source-labeled' context, which is helpful but not critical. No contradictions.

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 of 13 words that front-loads the verb and resource. No superfluous information. Every word is necessary.

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?

The description is adequate for a simple read-only tool with comprehensive annotations and an output schema (not shown). It could mention what an ECU snapshot contains, but the output schema likely covers that.

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?

The description mentions 'using only identifiers' which loosely maps to the two parameters, but it does not explain what vehicle_id or ecu_id represent or their format beyond the schema. With 0% schema coverage, the description should compensate but fails to do so.

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 verb 'Read' and resource 'ECU snapshot', specifying it uses identifiers and is read-only. However, it does not distinguish this from sibling tools like obd_read_standard_pids or obd_read_dtcs, which also read vehicle data.

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 implies this tool is for reading snapshots with valid identifiers in a read-only context, but provides no explicit guidance on when to use it versus alternatives, nor any prerequisites or conditions.

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/ayhammouda/obd-mcp-server'

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