Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| log-query | |
| read-logs | Retrieve logged conversation variations from the database. |
| read_query | Execute a SELECT query on the SQLite database |
| write_query | Execute an INSERT, UPDATE, or DELETE query |
| create_table | Create a new table in the SQLite database |
| list_tables | List all tables in the database |
| describe_table | Show structure of a specific table |
| append_insight | Add a business insight to the memo |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |