I guess this is a feature request rather than a bug; it may already be doable but I can't find out how.
Is it possible to check for a given component being included in a given toolchain, without actually downloading the whole toolchain? E.g. I'm using 'rls', which is in some nightly builds but not all. To get the latest, I have to work backwards from today's date. Installing the whole toolchain takes significant time, after which I have to uninstall it if it wasn't the right one.
Perhaps a textual list of included components could be stored on the toolchain host alongside each build; I don't mind having to query it with wget.