dero_daemon_echo
Confirm that string payloads reach the DERO daemon intact by echoing input strings back, ensuring round-trip communication works before debugging complex calls.
Instructions
Echo strings through the daemon via DERO.Echo. Useful for round-trip sanity checks.
When to call: when you need to confirm that string payloads reach the daemon intact (e.g. before debugging a malformed call to a more complex tool). PREFER dero_daemon_ping for a lighter-weight liveness probe.
Input Requirements (CRITICAL):
wordsMUST be a non-empty array of strings.
Output: the echoed string concatenated by the daemon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| words | Yes | Strings to echo back |