schedule_grooming
Book grooming appointments for pets at PetSmart, including services like bath & brush, haircuts, nail trims, and full grooming packages.
Instructions
Book a grooming appointment for your pet at PetSmart. Services include bath & brush, haircut, nail trim, and full grooming packages.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pet_name | Yes | Name of your pet | |
| pet_type | Yes | Type of pet (e.g., 'dog', 'cat') | |
| breed | Yes | Breed of your pet | |
| service_type | Yes | Grooming service (e.g., 'bath & brush', 'haircut', 'nail trim', 'full groom', 'puppy bath') | |
| preferred_date | Yes | Preferred appointment date (YYYY-MM-DD format) | |
| preferred_time | No | Preferred appointment time (e.g., 'morning', 'afternoon', '10:00 AM') | |
| store_id | No | PetSmart store ID (optional, will use zip_code if not provided) | |
| zip_code | No | ZIP code to find nearby stores |