dero_daemon_ping
Check DERO daemon connectivity. Use as first step to verify reachability; returns 'Pong' on success or an error with retry hint if unreachable.
Instructions
DERO daemon connectivity check via DERO.Ping.
When to call: as the first step in any chain investigation to confirm the daemon is reachable. Call before dero_get_info if you are unsure whether DERO_DAEMON_URL is correctly configured.
Input Requirements: none.
Output: a "Pong" string when the daemon is healthy. On failure this tool returns a structured _meta.error with code RPC_UNREACHABLE and a retry hint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||