shell_grep
Search for specific text patterns within files using command arguments. Designed for use on Shell-MCP, a secure server for executing whitelisted shell commands with resource and timeout controls.
Instructions
Search text patterns in files
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"
}