shell_df
Analyze disk space usage on the Shell-MCP server by executing whitelisted commands with controlled resource limits. Ideal for monitoring and managing storage efficiently.
Instructions
Show disk usage
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"
}