Skip to main content
Glama

get_dashboard

Retrieve real-time system data dashboard for Java processes to monitor performance and analyze metrics using process ID.

Instructions

获取系统实时数据面板

        Args:
            pid (str): 进程ID,使用字符串形式(如:"12345")

        Returns:
            Dict: 包含系统实时数据的字典(暂未实现)
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidNo

Implementation Reference

  • The get_dashboard tool handler function, registered via @self.mcp.tool() decorator. It is a stub implementation that returns a message indicating it is not yet supported.
    @self.mcp.tool()
    def get_dashboard(pid: str = "") -> Dict:
        """获取系统实时数据面板
    
        Args:
            pid (str): 进程ID,使用字符串形式(如:"12345")
    
        Returns:
            Dict: 包含系统实时数据的字典(暂未实现)
        """
        return {"success": False, "error": "未实现/不支持"}

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