You can't change opacity of an individual tile, because tilemap is a single object. There is no such thing as tile instance.
There are a few operations you can do with tiles - flip, rotate, etc., see "Set tile state" action.
If you want to change opacity of the tilemap at player's location, you can use a different mask sprite with "Destination out" blend mode. Place it on top of the tile to make it invisible.