list_signals
Browse vehicle signals under a VSS branch, with optional substring filtering, to retrieve signal metadata and paths for targeted discovery.
Instructions
[Kuksa V1 / sdv.databroker.v1 API — DEPRECATED] List signals and their metadata under a given VSS branch.
Use 'branch' to scope the search (e.g. 'Vehicle.Cabin' returns only cabin signals). Use 'query' to filter results by substring match on the signal path (case-insensitive). Leave both empty or use 'Vehicle' for the full tree.
Note: This tool internally uses the deprecated sdv.databroker.v1.ListMetadata RPC. Prefer browsing signals via get_signal / get_signals with known paths when possible.
Args: branch: VSS branch path (e.g. 'Vehicle', 'Vehicle.Cabin', 'Vehicle.Powertrain'). query: Optional substring to filter signal paths (e.g. 'Speed', 'Door', 'Temperature').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| branch | No | Vehicle |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |