dero_daemon_echo
Echo strings through the DERO daemon to confirm payloads arrive intact. Use for round-trip sanity checks before debugging complex tool 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 |