fast_get_disk_usage
Retrieve disk usage statistics for specified directories on the fast-filesystem-mcp server. Optimized for reliability and multi-block operations.
Instructions
디스크 사용량을 조회합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | 조회할 경로 | / |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"default": "/",
"description": "조회할 경로",
"type": "string"
}
},
"type": "object"
}