Skip to main content
Glama
ilil1

Simple MCP Server

by ilil1

system_info

Retrieve basic system information to monitor device status and performance metrics.

Instructions

Get basic system information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'system_info' tool. It logs a message and returns a dictionary containing the Python version, system name, and platform details.
    def system_info() -> dict: """Get basic system information.""" logger.info("system_info called") return { "python_version": platform.python_version(), "system": platform.system(), "platform": platform.platform(), }

Other Tools

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/ilil1/simple-mcp-server'

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