Skip to main content
Glama

Browser History Analysis MCP

by mixophrygian
MIT License
3
  • Apple
  • Linux

analyze_browser_history

Analyze browser history to identify patterns, categorize domains, and generate reports. Choose analysis depth: quick summary, basic, or comprehensive. Customize time period and enable fast mode for quicker processing.

Instructions

Step 3: Analyze browser history with different levels of detail.

This is the main analysis tool that consolidates all analysis options. Args: time_period_in_days: Number of days of history to analyze (default: 7) analysis_type: Type of analysis to perform: - "quick_summary": Basic stats only (fastest) - "basic": Domain analysis and categorization (not yet implemented) - "comprehensive": Full analysis with sessions and insights (default) fast_mode: If True, limits analysis for faster processing (default: True)

Input Schema

NameRequiredDescriptionDefault
analysis_typeNocomprehensive
fast_modeNo
time_period_in_daysNo

Input Schema (JSON Schema)

{ "properties": { "analysis_type": { "default": "comprehensive", "title": "Analysis Type", "type": "string" }, "fast_mode": { "default": true, "title": "Fast Mode", "type": "boolean" }, "time_period_in_days": { "default": 7, "title": "Time Period In Days", "type": "integer" } }, "title": "analyze_browser_historyArguments", "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/mixophrygian/browser_history_mcp'

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