Using Draft's Tags in Action?

I’d like to be able to take a draft’s tags into a URL (e.g. with Simplenote simplenote://new?content=[[draft]]&tag=[[tags]]) with [[tags]] filling in the tags of a draft.

Is this possible? Is there some way to do this with JS other than doing it more directly with the more familiar syntax?

The [[tags]] template tag does exactly that. Details in documentation.

Good to know! This might be helpful to throw on the keyboard attached to the action editor for the novices like me who don’t think to read documentation.