Skip to main content
Glama
Leonamin

Naver Mail MCP Server

by Leonamin

ping

Check server connectivity and status for the Naver Mail MCP Server to verify operational readiness before performing mail operations.

Instructions

서버 상태 확인

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler logic for the 'ping' tool which returns a server status message.
    elif name == "ping":
        return [TextContent(type="text", text="MCP Server is running")]
  • server.py:279-286 (registration)
    Registration of the 'ping' tool in the list_tools definition.
        name="ping",
        description="서버 상태 확인",
        inputSchema={
            "type": "object",
            "properties": {},
            "additionalProperties": False,
        }
    )

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/Leonamin/NaverMail-MCP-Server'

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