auth_lookup
Search 1Password for credentials matching a URL. Returns username and TOTP availability without exposing the password.
Instructions
Look up credentials in 1Password for a URL.
Searches 1Password for credentials matching the URL/domain. Returns credential info (username, TOTP availability) without exposing password.
Returns: Credential info if found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The queried domain | |
| has_totp | Yes | Whether a TOTP credential is stored | |
| username | No | Account username if found |