register_user
Create a new TavernFinder account. Returns access + refresh tokens that the agent can use immediately. The new user is unverified until they click the email verification link, but most read paths still work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | First name | |
| Yes | Email address (will receive a verification mail) | ||
| locale | No | Preferred locale: 'pt' | 'en' | 'es' (default 'pt') | |
| lastName | Yes | Last name | |
| password | Yes | Password, minimum 8 characters | |
| tosAccepted | Yes | Must be true. Confirms the user agreed to https://tavernfinder.com/terms |