ping
Check connectivity to the GigAPI server by sending a ping request. This tool verifies server responsiveness for managing timeseries data integration with Claude Desktop.
Instructions
Ping the GigAPI server to check connectivity.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
_ | Yes |
Input Schema (JSON Schema)
{
"properties": {
"_": {
"title": ""
}
},
"required": [
"_"
],
"type": "object"
}