Skip to main content
Glama

get_logger_info

Retrieve detailed logger information for Java processes using the JVM MCP Server. Specify the process ID (pid) to analyze logging configurations and streamline debugging or monitoring tasks.

Instructions

获取logger信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
pidYes

Implementation Reference

  • The handler function for the 'get_logger_info' tool, decorated with @self.mcp.tool() for registration. Currently returns a stub response indicating it is not yet implemented.
    @self.mcp.tool() def get_logger_info(pid: str = "", name: Optional[str] = None) -> Dict: """获取logger信息 Args: pid (str): 进程ID,使用字符串形式(如:"12345") name (Optional[str]): logger名称,如果不指定则获取所有logger信息 Returns: Dict: 包含logger信息的字典(暂未实现) """ return {"success": False, "error": "未实现/不支持"}
  • The @self.mcp.tool() decorator registers the get_logger_info function as an MCP tool.
    @self.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/xzq-xu/jvm-mcp-server'

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