> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# WhatsApp Set Reminder Tool

> AI tool to set reminders for WhatsApp messages

# WhatsApp Set Reminder Tool

AI tool to set reminders for WhatsApp messages

## Properties

| Property   | Value                      |
| ---------- | -------------------------- |
| **Type**   | whatsapp-tool-set-reminder |
| **Family** | AI                         |
| **Group**  | Tools                      |

## Parameters

| Name            | Label            | Type   | Description                                                                                          | Required |
| --------------- | ---------------- | ------ | ---------------------------------------------------------------------------------------------------- | -------- |
| toolName        | Tool Name        | String | Name of the tool for the AI to call                                                                  | Yes      |
| toolDescription | Tool Description | String | Description of what this tool does                                                                   | Yes      |
| recipient       | Recipient        | String | WhatsApp JID or phone number to send reminder to (required)                                          | No       |
| message         | Message          | String | The reminder message content (required)                                                              | No       |
| time            | Time             | String | When to send the reminder (ISO 8601 format or relative like '30 minutes', '2 hours', 'tomorrow 9am') | No       |
| note            | Note             | String | Optional note about the reminder for reference                                                       | No       |

## Outputs

| Name     | Label    | Type   | Description      |
| -------- | -------- | ------ | ---------------- |
| toolName | toolName | string | Name of the tool |
| toolType | toolType | string | Type of tool     |
