Skip to main content
Glama

MCP Variance Log

by truaxki

read-logs

Retrieve and filter conversation variation logs from the MCP Variance Log server by specifying date range, limit, and detail level for analysis.

Instructions

Retrieve logged conversation variations from the database.

Input Schema

NameRequiredDescriptionDefault
end_dateNoFilter logs before this date (ISO format YYYY-MM-DDTHH:MM:SS)
full_detailsNoIf true, show all fields; if false, show only context summaries
limitYesMaximum number of logs to retrieve
start_dateNoFilter logs after this date (ISO format YYYY-MM-DDTHH:MM:SS)

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "Filter logs before this date (ISO format YYYY-MM-DDTHH:MM:SS)", "type": "string" }, "full_details": { "default": false, "description": "If true, show all fields; if false, show only context summaries", "type": "boolean" }, "limit": { "default": 10, "description": "Maximum number of logs to retrieve", "maximum": 100, "minimum": 1, "type": "integer" }, "start_date": { "description": "Filter logs after this date (ISO format YYYY-MM-DDTHH:MM:SS)", "type": "string" } }, "required": [ "limit" ], "type": "object" }

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