ping
Test connectivity to the Coolify MCP Server by sending a simple request and receiving a response, ensuring the server is operational and accessible.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | No | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"type": "object"
}