echo_message
Echo messages with optional uppercase formatting to validate MCP server behavior.
Instructions
Echo back a message with optional formatting.
Args: message: The message to echo back uppercase: Whether to convert the message to uppercase ctx: MCP context
Returns: Complete echo response with metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| uppercase | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | Yes | ISO 8601 timestamp of the echo operation | |
| echoed_message | Yes | The echoed message (possibly transformed) | |
| message_length | Yes | Length of the original message | |
| original_message | Yes | The original message sent | |
| uppercase_applied | Yes | Whether uppercase transformation was applied |