shell_find
Search for files in a directory hierarchy using command arguments, integrated with Shell-MCP for secure, controlled execution with resource and timeout management.
Instructions
Search for files in a directory hierarchy
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"
}