sync: auto-sync from GURU-BEAST-ROG at 2026-06-10 10:09:59
Author: Mike Swanson Machine: GURU-BEAST-ROG Timestamp: 2026-06-10 10:09:59
This commit is contained in:
committed by
ClaudeTools Bot
parent
b75fb56574
commit
7729874549
16
mcps/filesystem/tools/list_directory.json
Normal file
16
mcps/filesystem/tools/list_directory.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "list_directory",
|
||||
"description": "Get a detailed listing of all files and directories in a specified path. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is essential for understanding directory structure and finding specific files within a directory. Only works within allowed directories.",
|
||||
"inputSchema": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user