store_opentable_credentials
Save your OpenTable CSRF token and personal details to automate restaurant reservations. Stores authentication credentials and contact information required for booking tables without manual login.
Instructions
Save your OpenTable DAPI credentials for automated booking.
The CSRF token (x-csrf-token) is required for booking. To get it:
Log into opentable.com in your browser
Open DevTools → Network tab
Make any action (search, etc.)
Find any request to
/dapi/and copy thex-csrf-tokenheader value
Recommended: Set OPENTABLE_CSRF_TOKEN as an environment variable so it never appears in chat history.
Args: csrf_token: The x-csrf-token value from your browser session (or set OPENTABLE_CSRF_TOKEN env var). email: Your OpenTable account email (or set OPENTABLE_EMAIL env var). first_name: First name for reservations. last_name: Last name for reservations. phone: Phone number for reservations.
Returns: Confirmation that credentials were saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csrf_token | No | ||
| No | |||
| first_name | No | ||
| last_name | No | ||
| phone | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |