Skip to main content
Glama
mikehaller

Kuksa MCP Server

by mikehaller

get_signals

Fetch the current values of multiple VSS vehicle signals in one request by providing a list of signal paths.

Instructions

[Kuksa V2 API] Get current values of multiple VSS vehicle signals at once.

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.6/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral disclosure burden. It clearly communicates a read-only, batch-fetching behavior ('Get current values of multiple signals'). It does not discuss error behavior or authorization, but for a simple read operation this is acceptable.

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 short, front-loaded with the API context, and every sentence adds value. The Args section is minimal and directly tied to the single parameter, with no redundant content.

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?

This is a simple one-parameter batch-read tool with an output schema available, so the description does not need to explain return values. The provided scope, parameter semantics, and batch behavior are sufficient for an agent to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides only the parameter name 'paths' with 0% description coverage, so the description must compensate. It does so effectively by explaining that paths is a list of VSS signal paths and giving concrete examples, making the parameter usage unambiguous.

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 uses a specific verb ('Get current values') and a clearly identified resource ('multiple VSS vehicle signals at once'). It directly distinguishes itself from the sibling get_signal by emphasizing the batch nature, so an agent can tell them apart.

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?

The phrase 'multiple VSS vehicle signals at once' clearly implies this tool is for batch reads rather than single-signal reads, which differentiates it from get_signal. It does not explicitly name alternatives or exclusion criteria, but the usage context is sufficiently clear.

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