Overview
Check the health status of the NimbleTools API and verify connectivity from your system.Syntax
Examples
Basic Health Check
What Gets Tested
The health check verifies:API Connectivity
Tests connection to the NimbleTools API endpoint
Response Time
Measures API response latency
Service Status
Verifies API services are operational
Version Info
Shows current API version
Troubleshooting
Connection timeout
Connection timeout
Cause: Network connectivity issues or API downtimeSolutions:
- Check internet connection
- Verify API endpoint:
echo $NTCLI_API_URL
- Try alternative network
DNS resolution failed
DNS resolution failed
Cause: DNS issues or incorrect API URLSolutions:
- Test DNS:
nslookup mcp.nimbletools.ai
- Try different DNS server
- Check proxy settings