Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
EMAIL_HOST | No | Email SMTP host | smtp.gmail.com |
EMAIL_PORT | No | Email SMTP port | 587 |
EMAIL_PASSWORD | Yes | Your email app password | |
EMAIL_USERNAME | Yes | Your email address for sending reminders | |
GOOGLE_CREDENTIALS_FILE | No | Path to Google service account credentials JSON file | credentials.json |
GOOGLE_SPREADSHEET_NAME | No | Name of the Google Spreadsheet containing customer data | Customer_reminder |
DEFAULT_INTERVAL_MINUTES | No | Default interval in minutes for checking reminders | 6 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |