// Give
nw["recycling:toys"="yes"];
// Give and take
nw["shop"="toys"][~"^(regional|fair_trade|second_hand)$"~"^(yes|only)$"];
nw["amenity"="give_box"];
nw["amenity"="freeshop"];
// Rent
nw["amenity"="toy_library"];
nw["rental"~"toys"];
// Repair
nw["service:toy:repair"="yes"];
nw["toy:repair"="yes"];
overpass-turbo