Skip to main content
Glama

get_dashboard

Retrieve real-time system data panels for Java processes using the get_dashboard tool on the JVM MCP Server. Monitor and analyze performance efficiently by providing process ID.

Instructions

获取系统实时数据面板

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidYes

Implementation Reference

  • The handler function for the 'get_dashboard' tool, registered via the @self.mcp.tool() decorator. It currently returns a stub error message indicating that the feature is not yet implemented.
    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