Shell-MCP

shell_echo

Echo or display text input from command arguments in a controlled shell environment using Shell-MCP, enabling secure and resource-managed command execution.

Instructions

Display text

Input Schema

NameRequiredDescriptionDefault
argsNoCommand arguments

Input Schema (JSON Schema)

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