search_variables
Search and filter SCADA variables by name, description, type, connection, device, or frame using server-side filtering for faster results.
Instructions
Search SCADA variables by name, description, type, connection, device, or frame. Uses server-side filtering — much faster and lighter than listing all variables. Use this when user asks to find or filter variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| name | No | Search in variable name (contains match) | |
| dsc | No | Search in variable description (contains match) | |
| type | No | Variable type filter (e.g. Float, Integer, Boolean, String) | |
| connection_id | No | Filter by connection ID | |
| device_id | No | Filter by device ID | |
| frame_id | No | Filter by frame ID | |
| page_size | No | Results per page (default: 50, max: 500) | |
| page_number | No | Page number (default: 0) | |
| verbose | No | Return all fields (default: false — compact: name, type, unit, dsc, id) |