Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
IOTDB_HOST | No | The IoTDB server host | 127.0.0.1 |
IOTDB_PORT | No | The IoTDB server port | 6667 |
IOTDB_USER | No | The IoTDB username | root |
IOTDB_DATABASE | No | The IoTDB database name | test |
IOTDB_PASSWORD | No | The IoTDB password | root |
IOTDB_SQL_DIALECT | No | The SQL dialect to use (tree or table) | table |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
read_query | Execute a SELECT query on the IoTDB. Please use table sql_dialect when generating SQL queries. |
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 |