Mailchimp · Capability

Mailchimp Marketing API — Activity

Mailchimp Marketing API — Activity. 8 operations. Lead operation: Mailchimp Get Latest Chimp Chatter. Self-contained Naftiko capability covering one Mailchimp business surface.

Run with Naftiko MailchimpActivity

What You Can Do

GET
Getactivityfeedchimpchatter — Mailchimp Get Latest Chimp Chatter
/v1/activity-feed/chimp-chatter
GET
Getlistsidactivity — Mailchimp List Recent Activity
/v1/lists/{list-id}/activity
GET
Getlistsidmembersidactivity — Mailchimp View Recent Activity 50
/v1/lists/{list-id}/members/{subscriber-hash}/activity
GET
Getlistsidmembersidactivityfeed — Mailchimp View Recent Activity
/v1/lists/{list-id}/members/{subscriber-hash}/activity-feed
GET
Getreportingfacebookadsidecommerceproductactivity — Mailchimp List Facebook Ecommerce Report
/v1/reporting/facebook-ads/{outreach-id}/ecommerce-product-activity
GET
Getreportsidecommerceproductactivity — Mailchimp List Campaign Product Activity
/v1/reports/{campaign-id}/ecommerce-product-activity
GET
Getreportsidemailactivity — Mailchimp List Email Activity
/v1/reports/{campaign-id}/email-activity
GET
Getreportsidemailactivityid — Mailchimp Get Subscriber Email Activity
/v1/reports/{campaign-id}/email-activity/{subscriber-hash}

MCP Tools

mailchimp-get-latest-chimp-chatter

Mailchimp Get Latest Chimp Chatter

read-only idempotent
mailchimp-list-recent-activity

Mailchimp List Recent Activity

read-only idempotent
mailchimp-view-recent-activity-50

Mailchimp View Recent Activity 50

read-only idempotent
mailchimp-view-recent-activity

Mailchimp View Recent Activity

read-only idempotent
mailchimp-list-facebook-ecommerce-report

Mailchimp List Facebook Ecommerce Report

read-only idempotent
mailchimp-list-campaign-product-activity

Mailchimp List Campaign Product Activity

read-only idempotent
mailchimp-list-email-activity

Mailchimp List Email Activity

read-only idempotent
mailchimp-get-subscriber-email-activity

Mailchimp Get Subscriber Email Activity

read-only idempotent

Capability Spec

marketing-activity.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mailchimp Marketing API  — Activity
  description: 'Mailchimp Marketing API  — Activity. 8 operations. Lead operation: Mailchimp Get Latest Chimp Chatter. Self-contained
    Naftiko capability covering one Mailchimp business surface.'
  tags:
  - Mailchimp
  - Activity
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MAILCHIMP_API_KEY: MAILCHIMP_API_KEY
capability:
  consumes:
  - type: http
    namespace: marketing-activity
    baseUri: https://server.api.mailchimp.com/3.0
    description: Mailchimp Marketing API  — Activity business capability. Self-contained, no shared references.
    resources:
    - name: activity-feed-chimp-chatter
      path: /activity-feed/chimp-chatter
      operations:
      - name: getactivityfeedchimpchatter
        method: GET
        description: Mailchimp Get Latest Chimp Chatter
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: count
          in: query
          type: integer
          description: The number of records to return. Default value is 10. Maximum value is 1000
        - name: offset
          in: query
          type: integer
          description: Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination),
            this it the number of records from a collection to skip. D
    - name: lists-list_id-activity
      path: /lists/{list_id}/activity
      operations:
      - name: getlistsidactivity
        method: GET
        description: Mailchimp List Recent Activity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: count
          in: query
          type: integer
          description: The number of records to return. Default value is 10. Maximum value is 1000
        - name: offset
          in: query
          type: integer
          description: Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination),
            this it the number of records from a collection to skip. D
        - name: fields
          in: query
          type: array
          description: A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
        - name: exclude_fields
          in: query
          type: array
          description: A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
        - name: list_id
          in: path
          type: string
          description: The unique ID for the list.
          required: true
    - name: lists-list_id-members-subscriber_hash-activity
      path: /lists/{list_id}/members/{subscriber_hash}/activity
      operations:
      - name: getlistsidmembersidactivity
        method: GET
        description: Mailchimp View Recent Activity 50
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_id
          in: path
          type: string
          description: The unique ID for the list.
          required: true
        - name: subscriber_hash
          in: path
          type: string
          description: The MD5 hash of the lowercase version of the list member's email address. This endpoint also accepts
            a list member's email address or contact_id.
          required: true
        - name: fields
          in: query
          type: array
          description: A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
        - name: exclude_fields
          in: query
          type: array
          description: A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
        - name: action
          in: query
          type: array
          description: A comma seperated list of actions to return.
    - name: lists-list_id-members-subscriber_hash-activity-feed
      path: /lists/{list_id}/members/{subscriber_hash}/activity-feed
      operations:
      - name: getlistsidmembersidactivityfeed
        method: GET
        description: Mailchimp View Recent Activity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_id
          in: path
          type: string
          description: The unique ID for the list.
          required: true
        - name: subscriber_hash
          in: path
          type: string
          description: The MD5 hash of the lowercase version of the list member's email address. This endpoint also accepts
            a list member's email address or contact_id.
          required: true
        - name: fields
          in: query
          type: array
          description: A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
        - name: exclude_fields
          in: query
          type: array
          description: A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
        - name: count
          in: query
          type: integer
          description: The number of records to return. Default value is 10. Maximum value is 1000
        - name: offset
          in: query
          type: integer
          description: Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination),
            this it the number of records from a collection to skip. D
        - name: activity_filters
          in: query
          type: array
          description: A comma-separated list of activity filters that correspond to a set of activity types, e.g "?activity_filters=open,bounce,click".
    - name: reporting-facebook-ads-outreach_id-ecommerce-product-activity
      path: /reporting/facebook-ads/{outreach_id}/ecommerce-product-activity
      operations:
      - name: getreportingfacebookadsidecommerceproductactivity
        method: GET
        description: Mailchimp List Facebook Ecommerce Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
        - name: exclude_fields
          in: query
          type: array
          description: A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
        - name: count
          in: query
          type: integer
          description: The number of records to return. Default value is 10. Maximum value is 1000
        - name: offset
          in: query
          type: integer
          description: Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination),
            this it the number of records from a collection to skip. D
        - name: outreach_id
          in: path
          type: string
          description: The outreach id.
          required: true
        - name: sort_field
          in: query
          type: string
          description: Returns files sorted by the specified field.
    - name: reports-campaign_id-ecommerce-product-activity
      path: /reports/{campaign_id}/ecommerce-product-activity
      operations:
      - name: getreportsidecommerceproductactivity
        method: GET
        description: Mailchimp List Campaign Product Activity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
        - name: exclude_fields
          in: query
          type: array
          description: A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
        - name: count
          in: query
          type: integer
          description: The number of records to return. Default value is 10. Maximum value is 1000
        - name: offset
          in: query
          type: integer
          description: Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination),
            this it the number of records from a collection to skip. D
        - name: campaign_id
          in: path
          type: string
          description: The unique id for the campaign.
          required: true
        - name: sort_field
          in: query
          type: string
          description: Returns files sorted by the specified field.
    - name: reports-campaign_id-email-activity
      path: /reports/{campaign_id}/email-activity
      operations:
      - name: getreportsidemailactivity
        method: GET
        description: Mailchimp List Email Activity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
        - name: exclude_fields
          in: query
          type: array
          description: A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
        - name: count
          in: query
          type: integer
          description: The number of records to return. Default value is 10. Maximum value is 1000
        - name: offset
          in: query
          type: integer
          description: Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination),
            this it the number of records from a collection to skip. D
        - name: campaign_id
          in: path
          type: string
          description: The unique id for the campaign.
          required: true
        - name: since
          in: query
          type: string
          description: 'Restrict results to email activity events that occur after a specific time. Uses ISO 8601 time format:
            2015-10-21T15:41:36+00:00.'
    - name: reports-campaign_id-email-activity-subscriber_hash
      path: /reports/{campaign_id}/email-activity/{subscriber_hash}
      operations:
      - name: getreportsidemailactivityid
        method: GET
        description: Mailchimp Get Subscriber Email Activity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
        - name: exclude_fields
          in: query
          type: array
          description: A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
        - name: campaign_id
          in: path
          type: string
          description: The unique id for the campaign.
          required: true
        - name: subscriber_hash
          in: path
          type: string
          description: The MD5 hash of the lowercase version of the list member's email address.
          required: true
        - name: since
          in: query
          type: string
          description: 'Restrict results to email activity events that occur after a specific time. Uses ISO 8601 time format:
            2015-10-21T15:41:36+00:00.'
  exposes:
  - type: rest
    namespace: marketing-activity-rest
    port: 8080
    description: REST adapter for Mailchimp Marketing API  — Activity. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/activity-feed/chimp-chatter
      name: activity-feed-chimp-chatter
      description: REST surface for activity-feed-chimp-chatter.
      operations:
      - method: GET
        name: getactivityfeedchimpchatter
        description: Mailchimp Get Latest Chimp Chatter
        call: marketing-activity.getactivityfeedchimpchatter
        with:
          count: rest.count
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/lists/{list-id}/activity
      name: lists-list-id-activity
      description: REST surface for lists-list_id-activity.
      operations:
      - method: GET
        name: getlistsidactivity
        description: Mailchimp List Recent Activity
        call: marketing-activity.getlistsidactivity
        with:
          count: rest.count
          offset: rest.offset
          fields: rest.fields
          exclude_fields: rest.exclude_fields
          list_id: rest.list_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/lists/{list-id}/members/{subscriber-hash}/activity
      name: lists-list-id-members-subscriber-hash-activity
      description: REST surface for lists-list_id-members-subscriber_hash-activity.
      operations:
      - method: GET
        name: getlistsidmembersidactivity
        description: Mailchimp View Recent Activity 50
        call: marketing-activity.getlistsidmembersidactivity
        with:
          list_id: rest.list_id
          subscriber_hash: rest.subscriber_hash
          fields: rest.fields
          exclude_fields: rest.exclude_fields
          action: rest.action
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/lists/{list-id}/members/{subscriber-hash}/activity-feed
      name: lists-list-id-members-subscriber-hash-activity-feed
      description: REST surface for lists-list_id-members-subscriber_hash-activity-feed.
      operations:
      - method: GET
        name: getlistsidmembersidactivityfeed
        description: Mailchimp View Recent Activity
        call: marketing-activity.getlistsidmembersidactivityfeed
        with:
          list_id: rest.list_id
          subscriber_hash: rest.subscriber_hash
          fields: rest.fields
          exclude_fields: rest.exclude_fields
          count: rest.count
          offset: rest.offset
          activity_filters: rest.activity_filters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/reporting/facebook-ads/{outreach-id}/ecommerce-product-activity
      name: reporting-facebook-ads-outreach-id-ecommerce-product-activity
      description: REST surface for reporting-facebook-ads-outreach_id-ecommerce-product-activity.
      operations:
      - method: GET
        name: getreportingfacebookadsidecommerceproductactivity
        description: Mailchimp List Facebook Ecommerce Report
        call: marketing-activity.getreportingfacebookadsidecommerceproductactivity
        with:
          fields: rest.fields
          exclude_fields: rest.exclude_fields
          count: rest.count
          offset: rest.offset
          outreach_id: rest.outreach_id
          sort_field: rest.sort_field
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/reports/{campaign-id}/ecommerce-product-activity
      name: reports-campaign-id-ecommerce-product-activity
      description: REST surface for reports-campaign_id-ecommerce-product-activity.
      operations:
      - method: GET
        name: getreportsidecommerceproductactivity
        description: Mailchimp List Campaign Product Activity
        call: marketing-activity.getreportsidecommerceproductactivity
        with:
          fields: rest.fields
          exclude_fields: rest.exclude_fields
          count: rest.count
          offset: rest.offset
          campaign_id: rest.campaign_id
          sort_field: rest.sort_field
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/reports/{campaign-id}/email-activity
      name: reports-campaign-id-email-activity
      description: REST surface for reports-campaign_id-email-activity.
      operations:
      - method: GET
        name: getreportsidemailactivity
        description: Mailchimp List Email Activity
        call: marketing-activity.getreportsidemailactivity
        with:
          fields: rest.fields
          exclude_fields: rest.exclude_fields
          count: rest.count
          offset: rest.offset
          campaign_id: rest.campaign_id
          since: rest.since
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/reports/{campaign-id}/email-activity/{subscriber-hash}
      name: reports-campaign-id-email-activity-subscriber-hash
      description: REST surface for reports-campaign_id-email-activity-subscriber_hash.
      operations:
      - method: GET
        name: getreportsidemailactivityid
        description: Mailchimp Get Subscriber Email Activity
        call: marketing-activity.getreportsidemailactivityid
        with:
          fields: rest.fields
          exclude_fields: rest.exclude_fields
          campaign_id: rest.campaign_id
          subscriber_hash: rest.subscriber_hash
          since: rest.since
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: marketing-activity-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mailchimp Marketing API  — Activity. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: mailchimp-get-latest-chimp-chatter
      description: Mailchimp Get Latest Chimp Chatter
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-activity.getactivityfeedchimpchatter
      with:
        count: tools.count
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.
    - name: mailchimp-list-recent-activity
      description: Mailchimp List Recent Activity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-activity.getlistsidactivity
      with:
        count: tools.count
        offset: tools.offset
        fields: tools.fields
        exclude_fields: tools.exclude_fields
        list_id: tools.list_id
      outputParameters:
      - type: object
        mapping: $.
    - name: mailchimp-view-recent-activity-50
      description: Mailchimp View Recent Activity 50
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-activity.getlistsidmembersidactivity
      with:
        list_id: tools.list_id
        subscriber_hash: tools.subscriber_hash
        fields: tools.fields
        exclude_fields: tools.exclude_fields
        action: tools.action
      outputParameters:
      - type: object
        mapping: $.
    - name: mailchimp-view-recent-activity
      description: Mailchimp View Recent Activity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-activity.getlistsidmembersidactivityfeed
      with:
        list_id: tools.list_id
        subscriber_hash: tools.subscriber_hash
        fields: tools.fields
        exclude_fields: tools.exclude_fields
        count: tools.count
        offset: tools.offset
        activity_filters: tools.activity_filters
      outputParameters:
      - type: object
        mapping: $.
    - name: mailchimp-list-facebook-ecommerce-report
      description: Mailchimp List Facebook Ecommerce Report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-activity.getreportingfacebookadsidecommerceproductactivity
      with:
        fields: tools.fields
        exclude_fields: tools.exclude_fields
        count: tools.count
        offset: tools.offset
        outreach_id: tools.outreach_id
        sort_field: tools.sort_field
      outputParameters:
      - type: object
        mapping: $.
    - name: mailchimp-list-campaign-product-activity
      description: Mailchimp List Campaign Product Activity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-activity.getreportsidecommerceproductactivity
      with:
        fields: tools.fields
        exclude_fields: tools.exclude_fields
        count: tools.count
        offset: tools.offset
        campaign_id: tools.campaign_id
        sort_field: tools.sort_field
      outputParameters:
      - type: object
        mapping: $.
    - name: mailchimp-list-email-activity
      description: Mailchimp List Email Activity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-activity.getreportsidemailactivity
      with:
        fields: tools.fields
        exclude_fields: tools.exclude_fields
        count: tools.count
        offset: tools.offset
        campaign_id: tools.campaign_id
        since: tools.since
      outputParameters:
      - type: object
        mapping: $.
    - name: mailchimp-get-subscriber-email-activity
      description: Mailchimp Get Subscriber Email Activity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-activity.getreportsidemailactivityid
      with:
        fields: tools.fields
        exclude_fields: tools.exclude_fields
        campaign_id: tools.campaign_id
        subscriber_hash: tools.subscriber_hash
        since: tools.since
      outputParameters:
      - type: object
        mapping: $.