Echo a message back unchanged
demo_echo_messageEcho a message back unchanged to verify MCP stdio framing and handshake. Use it to confirm transport works before running other tools.
Instructions
Returns the submitted message text back unchanged, in one text content block, as a reachability probe for this server's stdio framing. Use it to confirm the MCP handshake and the transport work before testing anything else; it produces no analysis of its own, so for size comparisons call compare_formats and for a token figure call estimate_tokens. ...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Text to send back verbatim; any characters are accepted, including newlines and non-ASCII. Empty or blank text is rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| echo | Yes | The message text, returned byte-for-byte as submitted. | |
| chars | Yes | Character length of the echoed text. | |
| transformed | Yes | Always false: this tool alters nothing. | |
| estimated_tokens | Yes | Characters divided by four, floored at one. |