Skip to main content
Glama

Summary MCP

by philipbloch

compare_periods

Analyze productivity trends by comparing statistics between two time periods. Generate HTML and Markdown reports showing performance changes in meetings, Slack, email, and focus time metrics.

Instructions

Compare productivity statistics between two time periods. Generates comparison reports in HTML and Markdown formats showing trends and changes.

Input Schema

NameRequiredDescriptionDefault
period1YesFirst period to compare
period2YesSecond period to compare
metricsNoMetrics to compare (default: all)
output_formatNoOutput format(s) to generate (default: both)both
save_to_fileNoWhether to save comparison to summaries directory (default: true)

Input Schema (JSON Schema)

{ "properties": { "metrics": { "default": [ "all" ], "description": "Metrics to compare (default: all)", "items": { "enum": [ "meetings", "slack", "email", "focus_time", "all" ], "type": "string" }, "type": "array" }, "output_format": { "default": "both", "description": "Output format(s) to generate (default: both)", "enum": [ "both", "html", "markdown" ], "type": "string" }, "period1": { "description": "First period to compare", "properties": { "end_date": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "start_date": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" } }, "required": [ "start_date", "end_date" ], "type": "object" }, "period2": { "description": "Second period to compare", "properties": { "end_date": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "start_date": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" } }, "required": [ "start_date", "end_date" ], "type": "object" }, "save_to_file": { "default": true, "description": "Whether to save comparison to summaries directory (default: true)", "type": "boolean" } }, "required": [ "period1", "period2" ], "type": "object" }

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/philipbloch/summary-mcp'

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