opencode_get_health
Check the opencode server's health by retrieving connectivity status and uptime. Confirms if the server is reachable and running.
Instructions
Health check for the opencode server.
Returns basic connectivity status and uptime.
Return Format
{"success": bool, "message": str, "data": dict}
Examples
opencode_get_health()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||