list_variables
List all SCADA variables in a project. Returns every tag/point; use search_variables for filtered queries.
Instructions
List all SCADA variables (tags/points) in a project. Returns ALL variables — use search_variables instead when you need to filter by name or description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| connection_id | No | Filter by connection ID (optional) | |
| page_size | No | Results per page (default: 500, max: 2000) | |
| page_number | No | Page number (default: 0) | |
| verbose | No | Return all fields (default: false — compact: name, type, unit, dsc, id) |