Skip to main content
Glama

System Information MCP Server

by dknell

get_process_list_tool

Retrieve a list of running processes on your system, sorted by criteria like CPU usage or memory, with options to filter by name and limit results.

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" }

Other Tools from System Information MCP Server

Related Tools

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