listdir
Retrieve a list of files and directories within a specified path using the 'listdir' tool on the editor-mcp server, enabling efficient file management and navigation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dirpath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"dirpath": {
"title": "Dirpath",
"type": "string"
}
},
"required": [
"dirpath"
],
"type": "object"
}