check_appointments
View scheduled appointments for specific dates or customers to manage your art supply store's calendar and customer bookings.
Instructions
Check scheduled appointments for a specific date or customer.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | Date in YYYY-MM-DD format (default: today) |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "Date in YYYY-MM-DD format (default: today)",
"type": "string"
}
},
"type": "object"
}