Enable secure interaction with IoTDB databases. Run SQL queries to read data and explore database schemas through a controlled interface, making database exploration and analysis safer and more structured.
Tools
read_query
Execute a SELECT query on the IoTDB. Please use table sql_dialect when generating SQL queries. Args: query_sql: The SQL query to execute (using TABLE dialect)
list_tables
List all tables in the IoTDB database.
describe_table
Get the schema information for a specific table Args: table_name: name of the table to describe