Skip to main content
Glama

System Information MCP Server

by dknell

get_process_list_tool

Retrieve and analyze running processes on a system by specifying limits, sorting criteria, and name filters using the System Information MCP Server.

Instructions

Retrieve list of running processes.

Args: limit: Maximum number of processes to return (default: 50) sort_by: Sort criteria - cpu, memory, name, pid (default: cpu) filter_name: Filter processes by name pattern

Input Schema

NameRequiredDescriptionDefault
filter_nameNo
limitNo
sort_byNocpu

Input Schema (JSON Schema)

{ "properties": { "filter_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Filter Name" }, "limit": { "default": 50, "title": "Limit", "type": "integer" }, "sort_by": { "default": "cpu", "title": "Sort By", "type": "string" } }, "title": "get_process_list_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