{
    "schema_version": "1.0",
    "name": "thaiguideai.com",
    "description": "AI-powered travel guide for Thailand with itineraries, tips, and local insights",
    "tools": [
        {
            "name": "thaiguideai-com",
            "description": "Search and browse thaiguideai.com",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "q": {
                        "type": "string",
                        "description": "Search query or input"
                    }
                },
                "required": [
                    "q"
                ]
            },
            "endpoint": "https://thaiguideai.com/?s=",
            "method": "GET"
        }
    ],
    "contact": "https://thaiguideai.com/",
    "webmcp_compliant": true,
    "prompt_api_ready": true
}