shell_echo
Execute and display text output from a secure shell command within Shell-MCP, designed for integration with MCP-compatible LLMs and controlled execution environments.
Instructions
Display text
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"
}