tock_verify_reservation
Verify a Tock reservation actually exists by re-querying the account's reservation lists, returning confirmed, cancelled, or not_found. Use after any booking attempt to confirm the booking landed.
Instructions
Verify that a Tock reservation actually exists, by re-querying the account's own reservation lists (upcoming, canceled and past) and returning an explicit verdict. Use this after ANY booking attempt — a success screen or screenshot is not proof that a booking landed. Returns verdict confirmed, cancelled (it existed and was voided) or not_found. A not_found must be reported to the user as "attempted, unverified", never as a failure to book and never as a success. Requires a browser tab signed in to exploretock.com via the fetchproxy extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The local date the reservation is for (YYYY-MM-DD). | |
| venue | Yes | Restaurant name or Tock slug; matched case-insensitively as a substring. | |
| partySize | No | If given, a candidate must also match this party size. | |
| bookedMinutesAgo | No | Minutes since the booking was attempted. Drives the lag caveat: an absence seen within a few minutes of booking is inconclusive, not proof. Omit if unknown (treated as inconclusive). |