{"tools":[{"name":"hotel_searchRoom","description":"Find available hotel rooms.","parameters_schema":{"type":"object","properties":{"city":{"type":"string"},"checkin":{"type":"string","format":"date"},"checkout":{"type":"string","format":"date"}},"required":["city","checkin","checkout"]},"original_name":"searchRoom","vertical_owner":"hotel"},{"name":"hotel_bookRoom","description":"Book a hotel room by roomId.","parameters_schema":{"type":"object","properties":{"roomId":{"type":"string"},"guestName":{"type":"string"}},"required":["roomId","guestName"]},"original_name":"bookRoom","vertical_owner":"hotel"},{"name":"flight_searchFlight","description":"Find available flights.","parameters_schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"date":{"type":"string","format":"date"}},"required":["from","to","date"]},"original_name":"searchFlight","vertical_owner":"flight"},{"name":"flight_bookFlight","description":"Book a flight by flightId.","parameters_schema":{"type":"object","properties":{"flightId":{"type":"string"},"passengerName":{"type":"string"}},"required":["flightId","passengerName"]},"original_name":"bookFlight","vertical_owner":"flight"},{"name":"flight_searchRoom","description":"(Ambiguous!) Search cabin classes on flight.","parameters_schema":{"type":"object","properties":{"flightId":{"type":"string"}},"required":["flightId"]},"original_name":"searchRoom","vertical_owner":"flight"}],"resources":[{"name":"hotel_Room","description":"Schema for available rooms","schema":{"type":"object","properties":{"id":{"type":"string"},"city":{"type":"string"},"price":{"type":"number"}}},"original_name":"Room","vertical_owner":"hotel"},{"name":"flight_Flight","description":"Schema for available flights","schema":{"type":"object","properties":{"id":{"type":"string"},"from":{"type":"string"},"to":{"type":"string"},"price":{"type":"number"}}},"original_name":"Flight","vertical_owner":"flight"}],"version":"0.1.0","vertical_versions":{"hotel":"1.0.0","flight":"2.1.0"},"meta":{"proxy_version":"0.1.0","generated_at":"2026-05-17T15:53:53.692Z","summary":{"vertical_count":2,"total_tools_seen":6,"exposed_tools":5,"withheld_tools":1,"total_resources_seen":2,"exposed_resources":2,"withheld_resources":0,"feedback_count":8}}}