Echo
echoEchoes a provided message back to the caller, with an option to return it in uppercase. Use to test connectivity or transform text.
Instructions
Echo a message back to the caller, optionally upper-cased.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The text to echo back | |
| uppercase | No | Return the message in upper case |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| echoed | Yes | The (optionally transformed) message | |
| length | Yes | Character count of the echoed message |