Skip to main content
Glama
mikehaller

Kuksa MCP Server

by mikehaller

get_value_types

Retrieve data types for one or more VSS signal paths to correctly interpret or set their values. Clarifies how to handle vehicle signals.

Instructions

[Kuksa V1 / sdv.databroker.v1 API — DEPRECATED] Get the data types of one or more VSS signals.

Useful for determining how to interpret or set a signal value.

Note: This tool internally uses the deprecated sdv.databroker.v1 VAL.Get RPC. Data type information is also available in the metadata returned by list_signals.

Args: paths: List of VSS signal paths (e.g. ['Vehicle.Speed', 'Vehicle.Cabin.Door.Row1.Left.IsOpen']).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses that the tool is deprecated and internally uses the deprecated sdv.databroker.v1 VAL.Get RPC, which is valuable. However, it does not describe error behavior, side effects, or operational constraints beyond the read-only implication of 'Get'.

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?

The description is compact and front-loaded with the core purpose, then adds a deprecation note, an alternative source for the same information, and an Args section. Every sentence contributes meaningful information, and none of it merely repeats the schema.

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?

For a single-parameter read tool with an output schema available, the description covers the tool's purpose, when it is useful, its deprecated status, an alternative, and the required parameter. An agent has enough information to call it correctly without significant ambiguity.

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?

The schema coverage is 0% and the schema only says 'Paths' as an array of strings. The description compensates by defining 'paths' as a list of VSS signal paths and providing realistic examples, which gives an agent the semantic information needed to construct valid input. It could add constraints like maximum length or invalid-path behavior, but the examples are sufficient for normal use.

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?

The description states a specific verb and resource: 'Get the data types of one or more VSS signals.' It also gives concrete example paths and notes that the tool is deprecated and that equivalent data type information is available via list_signals, which helps an agent distinguish it from related sibling tools.

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?

It explains that the tool is useful for determining how to interpret or set a signal value, and explicitly mentions that list_signals also provides data type information. It does not fully spell out 'use list_signals instead' or hard when-not-to-use conditions, but the deprecation notice and alternative reference provide clear guiding context.

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

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/mikehaller/kuksa-mcp-server'

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