Skip to main content
Glama

System Information MCP Server

by dknell

get_cpu_info_tool

Retrieve real-time CPU usage and detailed core information by specifying measurement intervals and per-core breakdown options through the System Information MCP Server.

Instructions

Retrieve CPU usage and information.

Args: interval: Measurement interval in seconds (default: 1.0) per_cpu: Include per-CPU core breakdown (default: false)

Input Schema

NameRequiredDescriptionDefault
intervalNo
per_cpuNo

Input Schema (JSON Schema)

{ "properties": { "interval": { "default": 1, "title": "Interval", "type": "number" }, "per_cpu": { "default": false, "title": "Per Cpu", "type": "boolean" } }, "title": "get_cpu_info_toolArguments", "type": "object" }

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/dknell/mcp-system-info'

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