Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
EMAIL_HOST | No | SMTP host for email configuration | smtp.gmail.com |
EMAIL_PORT | No | SMTP port for email configuration | 587 |
EMAIL_PASSWORD | Yes | Your email password (app password for Gmail) | |
EMAIL_USERNAME | Yes | Your email username for sending reminders | |
GOOGLE_CREDENTIALS_FILE | No | Path to Google Sheets API service account credentials file | credentials.json |
GOOGLE_SPREADSHEET_NAME | No | Name of the Google Spreadsheet containing customer reminder data | Customer_reminder |
DEFAULT_INTERVAL_MINUTES | No | Default check interval in minutes for the scheduler | 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 |