health_check
Verify the operational status of the discava business directory API to ensure reliable access to global business data for AI agents.
Instructions
Check if the discava API is online.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.ts:143-148 (handler)The health_check tool is defined and implemented directly using server.tool, calling the /health API endpoint.
server.tool( 'health_check', 'Check if the discava API is online.', {}, async () => jsonContent(await api('/health')) );