count_signals
Count vehicle signals under a VSS branch and optionally filter by substring to check how many matching signals exist without fetching full details.
Instructions
[Kuksa V1 / sdv.databroker.v1 API — DEPRECATED] Count signals under a VSS branch.
Same search parameters as list_signals, but returns only the count. Useful for quickly checking how many signals exist without fetching details.
Note: This tool internally uses the deprecated sdv.databroker.v1.ListMetadata RPC.
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 |