get_password
Retrieve stored passwords for specific usernames on websites to facilitate automated logins. Input website domain and username to securely access credentials.
Instructions
Retrieve the password for a username when logging into a website.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | The username or email of the account you need to login, e.g. "john.doe@example.com" | |
| website | Yes | The domain name of the website you need to login, e.g. "github.com" |