Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAILCHIMP_API_KEY | Yes | Your Mailchimp API key including the data center suffix (e.g., xxxxxxxxxxxxxxxx-us1) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_automations | List all automations in your Mailchimp account |
| get_automation | Get details of a specific automation by workflow ID |
| list_automation_emails | List all emails in an automation |
| get_automation_email | Get details of a specific email in an automation |
| list_automation_subscribers | List subscribers in an automation email queue |
| get_automation_queue | Get the automation email queue |
| list_lists | List all lists in your Mailchimp account (for automation recipients) |
| get_list | Get details of a specific list |
| get_automation_report | Get automation report data |
| get_automation_email_report | Get automation email report data |
| get_subscriber_activity | Get subscriber activity for an automation email |
| list_campaigns | List all campaigns in your Mailchimp account |
| get_campaign | Get details of a specific campaign |
| list_members | List all members in a specific list |
| get_member | Get details of a specific member |
| list_segments | List all segments in a specific list |
| get_segment | Get details of a specific segment |
| list_templates | List all templates in your Mailchimp account |
| get_template | Get details of a specific template |
| list_campaign_reports | List all campaign reports |
| get_campaign_report | Get detailed report for a specific campaign |
| get_account | Get account information |
| list_folders | List all campaign folders |
| get_folder | Get details of a specific folder |
| list_merge_fields | List all merge fields in a specific list |
| get_merge_field | Get details of a specific merge field |
| list_files | List all files in the File Manager |
| get_file | Get details of a specific file |
| list_landing_pages | List all landing pages |
| get_landing_page | Get details of a specific landing page |
| list_stores | List all e-commerce stores |
| get_store | Get details of a specific store |
| list_products | List all products in a store |
| get_product | Get details of a specific product |
| list_orders | List all orders in a store |
| get_order | Get details of a specific order |
| list_conversations | List all conversations |
| get_conversation | Get details of a specific conversation |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |