verify_connection
ActiveTool of run.domani/domani
declared in 1.0.0
Verify that a provider connection is working by checking DNS propagation. Use after connect_domain to confirm records are live.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain to verify"
},
"method": {
"type": "string",
"description": "Method name if applicable"
},
"target": {
"type": "string",
"description": "Target for auto-detection, e.g. my-app.vercel.app"
},
"provider": {
"type": "string",
"description": "Provider name, e.g. vercel"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries