Shell-MCP

shell_find

Locate files within a directory hierarchy by specifying search arguments. Integrated with Shell-MCP for secure, controlled execution of whitelisted shell commands.

Instructions

Search for files in a directory hierarchy

Input Schema

NameRequiredDescriptionDefault
argsNoCommand arguments

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Command arguments", "items": { "type": "string" }, "type": "array" } }, "type": "object" }
ID: jyubrnnudg