Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GREPTIMEDB_HOST | No | Database host | localhost |
GREPTIMEDB_PORT | No | Database MySQL port | 4002 |
GREPTIMEDB_USER | No | The database username | root |
GREPTIMEDB_DATABASE | No | The database name | public |
GREPTIMEDB_PASSWORD | No | The database password | |
GREPTIMEDB_TIMEZONE | No | The session time zone | UTC |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
metrics_analysis | Comprehensive metrics analysis template for monitoring and analyzing data from GreptimeDB |
table_operation | Table operations such as querying region metadata, backing up/restoring data for table in GreptimeDB. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
execute_sql | Execute SQL query against GreptimeDB. Please use MySQL dialect when generating SQL queries. |