Skip to main content
Glama
mixophrygian

Browser History Analysis MCP

by mixophrygian

health_check

Test the functionality of the Browser History Analysis MCP server by running a quick health check to ensure it is operational and ready for use.

Instructions

Simple health check that returns immediately to test if the MCP server is working.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The health_check tool handler function, decorated with @mcp.tool() for automatic registration and execution. Returns a simple health status dictionary with status, message, and timestamp.
    @mcp.tool() def health_check() -> Dict[str, Any]: """Simple health check that returns immediately to test if the MCP server is working.""" return { "status": "healthy", "message": "Browser MCP server is running", "timestamp": time.time() }

Other Tools

Related Tools

Latest Blog Posts

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