Skip to main content
Glama

MCP Variance Log

by truaxki

read_query

Execute SELECT queries on the MCP Variance Log SQLite database to analyze chat monitoring data, including timestamps, probability classes, and context summaries, for identifying unusual conversation patterns.

Instructions

Execute a SELECT query on the SQLite database

Schema Reference: Table: chat_monitoring Fields: - log_id (INTEGER PRIMARY KEY) - timestamp (DATETIME) - session_id (TEXT) - user_id (TEXT) - interaction_type (TEXT) - probability_class (TEXT: HIGH, MEDIUM, LOW) - message_content (TEXT) - response_content (TEXT) - context_summary (TEXT) - reasoning (TEXT) Example: SELECT timestamp, probability_class, context_summary FROM chat_monitoring WHERE probability_class = 'LOW' LIMIT 5;

Input Schema

NameRequiredDescriptionDefault
queryYesSELECT SQL query to execute

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "SELECT SQL query to execute", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from MCP Variance Log

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/truaxki/mcp-variance-log'

If you have feedback or need assistance with the MCP directory API, please join our Discord server