Skip to main content
Glama
victor-velazquez-ai

Enterprise MCP Template

ping

Check server responsiveness and health status to verify connectivity with enterprise systems. Returns 'pong' when the server is active and reachable.

Instructions

Simple ping/pong health check. Returns 'pong' if the server is responsive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'ping' tool is implemented as a function decorated with @mcp.tool() in src/my_mcp_server/server.py.
    @mcp.tool()
    def ping() -> str:
        """Simple ping/pong health check. Returns 'pong' if the server is responsive."""
        return "pong"

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/victor-velazquez-ai/enterprise-mcp-template'

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