shell_ps
Display system process status for monitoring and diagnostics. Allows users to view active processes with controlled execution via Shell-MCP server, ensuring secure and efficient command handling.
Instructions
Show process status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Command arguments |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"description": "Command arguments",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}