Skip to main content
Glama

Search History MCP Server

get_recent_history

Retrieve recent browsing history entries from major browsers to access past visited websites with titles, URLs, and timestamps for reference and analysis.

Instructions

Get the most recent browsing history entries.

Args: limit: Maximum number of results to return (default: 50, max: 500) browser: Which browser to query ("brave", "safari", "chrome", "firefox", "edge", "arc", "opera", or "duckduckgo")

Returns: Formatted list of recent history entries with titles, URLs, and visit times

Input Schema

NameRequiredDescriptionDefault
limitNo
browserNobrave

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "brave", "enum": [ "brave", "safari", "chrome", "firefox", "edge", "arc", "opera", "duckduckgo" ], "type": "string" }, "limit": { "default": 50, "type": "integer" } }, "type": "object" }

Other Tools from Search History MCP Server

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/ronantakizawa/search-history-mcp'

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