get_disk_info_tool
Retrieve disk usage details for specific paths or all mounted disks to monitor and manage storage effectively with System Information MCP Server.
Instructions
Retrieve disk usage information.
Args: path: Specific path to check (default: all mounted disks)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Path"
}
},
"title": "get_disk_info_toolArguments",
"type": "object"
}