store_resy_credentials
Save Resy account credentials to enable automated restaurant booking. Encrypts and stores data locally, verifies authentication with Resy servers, and supports environment variables to prevent passwords from appearing in chat history.
Instructions
Save your Resy account credentials for automated booking.
Recommended: Set RESY_EMAIL and RESY_PASSWORD as environment variables (or in your .env file) so credentials never appear in chat history. If env vars are set, call this tool with no arguments.
Credentials are encrypted and stored locally — never sent anywhere except to Resy's own servers for authentication. The password is NOT persisted after authentication.
Args: email: Your Resy account email (or set RESY_EMAIL env var). password: Your Resy account password (or set RESY_PASSWORD env var).
Returns: Confirmation that credentials were saved and verified, or an error if login failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| password | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |