Skip to main content
Glama

OPS MCP Server

by Heht571

check_service_status

Monitor and verify the operational status of specific services on remote servers using hostname, credentials, and service lists. Part of OPS MCP Server utilities for server inspection and maintenance.

Instructions

检查指定服务的运行状态

Input Schema

NameRequiredDescriptionDefault
hostnameYes
passwordNo
portNo
servicesNo
timeoutNo
usernameYes

Input Schema (JSON Schema)

{ "properties": { "hostname": { "title": "Hostname", "type": "string" }, "password": { "default": "", "title": "Password", "type": "string" }, "port": { "default": 22, "title": "Port", "type": "integer" }, "services": { "default": [], "items": { "type": "string" }, "title": "Services", "type": "array" }, "timeout": { "default": 30, "title": "Timeout", "type": "integer" }, "username": { "title": "Username", "type": "string" } }, "required": [ "hostname", "username" ], "title": "check_service_statusArguments", "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/Heht571/ops-mcp-server'

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