Shell-MCP

shell_df

Analyze and display disk usage information for system directories, enabling efficient monitoring and management of storage resources using specified command arguments.

Instructions

Show disk usage

Input Schema

NameRequiredDescriptionDefault
argsNoCommand arguments

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Command arguments", "items": { "type": "string" }, "type": "array" } }, "type": "object" }
ID: jyubrnnudg