Skip to main content
Glama

ssh_ping

Check SSH connection health to verify server accessibility and network status for infrastructure management.

Instructions

Health check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the ssh_ping tool. This is a simple health check function decorated with @mcp.tool() for registration in the MCP server. It takes no parameters and returns a JSON response indicating the server is alive.
    @mcp.tool() def ssh_ping() -> ToolResult: """Health check.""" return {"status": "pong"}
  • The @mcp.tool() decorator registers the ssh_ping function as an MCP tool.
    @mcp.tool()

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/samerfarida/mcp-ssh-orchestrator'

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