shell_ls
List directory contents and display files or folders using the Shell-MCP server. Specify command arguments to filter or customize output securely within predefined limits.
Instructions
List directory contents
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"
}