This command:
$ gpg --auto-key-locate clear,wkd --no-auto-key-retrieve --locate-key <email address>
was inspired by this guide. In the interest of checking the availability of a key without importing, I added the --no-auto-key-retrieve option. GPG ignores the option and imports the key anyway.