← WebMCP Directory

Tool tree

datatr.com

Developer Tools
https://datatr.com/
Web hosting and server services in Turkey
Explore capabilities

Tools verified

domain_searchAction

Girilen alan adının (domain) kayıt için müsait olup olmadığını sorgular ve sonucu döndürür.

View tool JSON
{
  "name": "domain_search",
  "kind": "act",
  "impl": "declarative",
  "description": "Girilen alan adının (domain) kayıt için müsait olup olmadığını sorgular ve sonucu döndürür.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "domain": {
        "type": "string",
        "description": "Sorgulanacak alan adı, örn. ornek.com"
      }
    },
    "required": []
  }
}