MCP Variance Log
by truaxki
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
log-query | Copy |
read-logs | Retrieve logged conversation variations from the database. |
read_query | Execute a SELECT query on the SQLite database Copy |
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 |