Skip to main content
Glama

magg_check

Monitor and manage the health of mounted servers; detect unresponsive ones and take actions like reporting, remounting, unmounting, or disabling.

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" }
Install Server

Other Tools from MAGG

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/sitbon/magg'

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