echo
Returns the input message with optional repetition and prefix formatting. Use it to verify MCP server interactions.
Instructions
Echoes back the input message with optional repetition and prefix formatting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Optional prefix to prepend to each line | |
| repeat | No | Number of times to repeat the message | |
| message | No | The text message to echo back |