Skip to main content
Glama

Hi-AI

by su-record

monitor_console_logs

Monitor and capture browser console logs for specified URLs to identify errors, warnings, and debug information, ensuring efficient troubleshooting and debugging processes.

Instructions

IMPORTANT: This tool should be automatically called when users say "콘솔 로그", "에러 확인", "로그 봐줘", "console", "check logs", "debug output", "console errors" or similar keywords. Monitor browser console

Input Schema

NameRequiredDescriptionDefault
durationNoMonitoring duration in seconds
logLevelNoLog level to capture
urlYesURL to monitor

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Monitoring duration in seconds", "type": "number" }, "logLevel": { "description": "Log level to capture", "enum": [ "all", "error", "warn", "info", "debug" ], "type": "string" }, "url": { "description": "URL to monitor", "type": "string" } }, "required": [ "url" ], "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/su-record/hi-ai'

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