Skip to main content
Glama

system_status

Monitor system health by checking CPU, memory, disk usage, and uptime for local or remote servers in your homelab environment.

Instructions

Get system status including CPU, memory, disk usage, and uptime

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverNoRemote server name from config (optional, runs locally if omitted)

Implementation Reference

  • This function fetches the status of a specific server, which matches the required "system_status" tool functionality.
    export function getServerStatus(name) {
      return fetchJSON(`/api/servers/${encodeURIComponent(name)}/status`);
    }

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/Higangssh/homebutler'

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