travel__search_airbnb
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Travel Intelligence] Search Airbnb listings by location. Returns prices, ratings, amenities, and host info. Args: location: City or area (e.g. 'Paris, France') checkin: Check-in date YYYY-MM-DD (optional) checkout: Check-out date YYYY-MM-DD (optional) max_results: Max listings to return (default 20)
Parameters schema
{
"type": "object",
"required": [
"location"
],
"properties": {
"checkin": {
"type": "string",
"default": ""
},
"checkout": {
"type": "string",
"default": ""
},
"location": {
"type": "string"
},
"max_results": {
"type": "integer",
"default": 20
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries