Skip to main content
Glama

ping

Check Graphistry MCP server health status to verify connectivity and operational state for graph visualization and analytics.

Instructions

Health check for Graphistry MCP server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxNo

Implementation Reference

  • The ping tool handler: performs a health check, sends 'pong' via context if available, and returns status 'ok' with Graphistry version.
    async def ping(ctx: Optional[Context] = None) -> Dict[str, Any]: """Health check for Graphistry MCP server.""" if ctx: await ctx.info("pong") return {"status": "ok", "graphistry_version": getattr(graphistry, "__version__", "unknown")}
  • The @mcp.tool() decorator registers the 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/graphistry/graphistry-mcp'

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