Pet Care Tracker
Track vet appointments, medication schedules, feeding times, and pet health records
🧂 Ingredients
🔌 APIs
vet_appointments_and_medication_reminders
🔄 Alternatives:
pet_health_records_medication_log_and_vaccination_history
🔄 Alternatives:
medication_reminders_and_vet_appointment_alerts
🔄 Alternatives:
📋 Step-by-Step Build Guide
1. Set up a pet profile: name, breed, age, weight, allergies, vet info
1. Set up a pet profile: name, breed, age, weight, allergies, vet info
Set up a pet profile: name, breed, age, weight, allergies, vet info Steps: 1. Validate all required inputs are available 2. Execute the operation described above 3. Verify the result meets expected output format 4. Handle errors gracefully — retry transient failures, log and alert on persistent ones 5. Return structured output with status and any relevant data If any required data is missing, request it from the user before proceeding.
2. Create a health records database: vaccinations, past vet visits, medications,
2. Create a health records database: vaccinations, past vet visits, medications, surgeries
Persist the data to the configured storage. Data structure: - Include timestamp (ISO 8601) with every record - Use consistent field names across entries - Store raw values (not formatted) for future analysis - Add a source/origin field for audit trail Storage operation: 1. Validate the data before writing 2. Check for duplicates (by timestamp + unique key) 3. Append to existing records — never overwrite 4. Verify the write succeeded 5. Return the stored record ID/reference
3. Set up medication reminders: medication name, dosage, frequency, time of day
3. Set up medication reminders: medication name, dosage, frequency, time of day
Set up medication reminders: medication name, dosage, frequency, time of day Steps: 1. Validate all required inputs are available 2. Execute the operation described above 3. Verify the result meets expected output format 4. Handle errors gracefully — retry transient failures, log and alert on persistent ones 5. Return structured output with status and any relevant data If any required data is missing, request it from the user before proceeding.
4. Schedule vet appointments on Google Calendar with advance reminders (1 week a
4. Schedule vet appointments on Google Calendar with advance reminders (1 week and 1 day before)
Schedule vet appointments on Google Calendar with advance reminders (1 week and 1 day before) Steps: 1. Validate all required inputs are available 2. Execute the operation described above 3. Verify the result meets expected output format 4. Handle errors gracefully — retry transient failures, log and alert on persistent ones 5. Return structured output with status and any relevant data If any required data is missing, request it from the user before proceeding.
5. Track vaccination due dates: annual shots, flea/tick prevention, heartworm
5. Track vaccination due dates: annual shots, flea/tick prevention, heartworm
Track vaccination due dates: annual shots, flea/tick prevention, heartworm Steps: 1. Validate all required inputs are available 2. Execute the operation described above 3. Verify the result meets expected output format 4. Handle errors gracefully — retry transient failures, log and alert on persistent ones 5. Return structured output with status and any relevant data If any required data is missing, request it from the user before proceeding.
6. Daily: medication reminder at the right time — 'Time for Luna's heartworm pil
6. Daily: medication reminder at the right time — 'Time for Luna's heartworm pill!'
Daily: medication reminder at the right time — 'Time for Luna's heartworm pill!' Steps: 1. Validate all required inputs are available 2. Execute the operation described above 3. Verify the result meets expected output format 4. Handle errors gracefully — retry transient failures, log and alert on persistent ones 5. Return structured output with status and any relevant data If any required data is missing, request it from the user before proceeding.
7. Monthly: pet health summary — medications given, weight check reminder, upcom
7. Monthly: pet health summary — medications given, weight check reminder, upcoming vet visits
Monthly: pet health summary — medications given, weight check reminder, upcoming vet visits Steps: 1. Validate all required inputs are available 2. Execute the operation described above 3. Verify the result meets expected output format 4. Handle errors gracefully — retry transient failures, log and alert on persistent ones 5. Return structured output with status and any relevant data If any required data is missing, request it from the user before proceeding.
8. Alert when vaccinations or preventatives are coming due in the next 2 weeks
8. Alert when vaccinations or preventatives are coming due in the next 2 weeks
Alert when vaccinations or preventatives are coming due in the next 2 weeks Steps: 1. Validate all required inputs are available 2. Execute the operation described above 3. Verify the result meets expected output format 4. Handle errors gracefully — retry transient failures, log and alert on persistent ones 5. Return structured output with status and any relevant data If any required data is missing, request it from the user before proceeding.
🤖 Example Agent Prompt
Set up a pet profile: name, breed, age, weight, allergies, vet info Steps: 1. Validate all required inputs are available 2. Execute the operation described above 3. Verify the result meets expected output format 4. Handle errors gracefully — retry transient failures, log and alert on persistent ones 5. Return structured output with status and any relevant data If any required data is missing, request it from the user before proceeding.
Copy this prompt into your agent to get started.