Skip to main content
Glama

get_sys_info

Retrieve system information by executing the 'sys' command to analyze Linux system configurations and environment details.

Instructions

Convenience tool to get system info (runs 'sys' command).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idNo

Implementation Reference

  • The get_sys_info tool handler, registered via @mcp.tool() decorator. It delegates to run_crash_command('sys') to retrieve system information from the crash dump session.
    @mcp.tool() def get_sys_info(session_id: Optional[str] = None) -> str: """Convenience tool to get system info (runs 'sys' command).""" return run_crash_command("sys", session_id)

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/yup-21/crash-mcp'

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