Skip to main content
Glama
Leonamin

Naver Mail MCP Server

by Leonamin

debug_env

Diagnose environment variables and server status for the Naver Mail MCP Server to identify configuration issues and ensure proper mail integration functionality.

Instructions

환경 변수 및 서버 상태 디버깅

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the debug_env tool.
    elif name == "debug_env":
        debug_info = {
            "naver_id": "***" if NAVER_ID else None,
            "naver_password": "***" if NAVER_PASSWORD else None,
            "working_dir": os.getcwd(),
        }
        return [TextContent(type="text", text=f"Debug Info:\n{debug_info}")]
  • server.py:269-277 (registration)
    Tool registration for debug_env.
    Tool(
        name="debug_env",
        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