Skip to main content
Glama

magg_check

Monitor server health status for all mounted servers and manage unresponsive ones by reporting, remounting, unmounting, or disabling them based on specified actions.

Instructions

Check health of all mounted servers and handle unresponsive ones.

Input Schema

NameRequiredDescriptionDefault
actionNoAction to take for unresponsive servers: 'report' (default), 'remount', 'unmount', or 'disable'report
timeoutNoTimeout in seconds for health check per server

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "report", "description": "Action to take for unresponsive servers: 'report' (default), 'remount', 'unmount', or 'disable'", "enum": [ "report", "remount", "unmount", "disable" ], "title": "Action", "type": "string" }, "timeout": { "default": 2.5, "description": "Timeout in seconds for health check per server", "title": "Timeout", "type": "number" } }, "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/sitbon/magg'

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