naftiko: 1.0.0-alpha2 info: label: Mailchimp Marketing API — Reports description: 'Mailchimp Marketing API — Reports. 24 operations. Lead operation: Mailchimp List Abuse Reports. Self-contained Naftiko capability covering one Mailchimp business surface.' tags: - Mailchimp - Reports created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: MAILCHIMP_API_KEY: MAILCHIMP_API_KEY capability: consumes: - type: http namespace: marketing-reports baseUri: https://server.api.mailchimp.com/3.0 description: Mailchimp Marketing API — Reports business capability. Self-contained, no shared references. resources: - name: lists-list_id-abuse-reports path: /lists/{list_id}/abuse-reports operations: - name: getlistsidabusereports method: GET description: Mailchimp List Abuse Reports 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: list_id in: path type: string description: The unique ID for the list. required: true - name: lists-list_id-abuse-reports-report_id path: /lists/{list_id}/abuse-reports/{report_id} operations: - name: getlistsidabusereportsid method: GET description: Mailchimp Get Abuse 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: list_id in: path type: string description: The unique ID for the list. required: true - name: report_id in: path type: string description: The id for the abuse report. required: true - name: reports path: /reports operations: - name: getreports method: GET description: Mailchimp List Campaign Reports 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: type in: query type: string description: The campaign type. - name: before_send_time in: query type: string description: 'Restrict the response to campaigns sent before the set time. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.' - name: since_send_time in: query type: string description: 'Restrict the response to campaigns sent after the set time. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.' - name: reports-campaign_id path: /reports/{campaign_id} operations: - name: getreportsid method: GET description: Mailchimp Get Campaign 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: campaign_id in: path type: string description: The unique id for the campaign. required: true - name: reports-campaign_id-abuse-reports path: /reports/{campaign_id}/abuse-reports operations: - name: getreportsidabusereportsid method: GET description: Mailchimp List Abuse Reports 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: reports-campaign_id-abuse-reports-report_id path: /reports/{campaign_id}/abuse-reports/{report_id} operations: - name: getreportsidabusereportsidid method: GET description: Mailchimp Get Abuse 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: campaign_id in: path type: string description: The unique id for the campaign. required: true - name: report_id in: path type: string description: The id for the abuse report. required: true - name: reports-campaign_id-advice path: /reports/{campaign_id}/advice operations: - name: getreportsidadvice method: GET description: Mailchimp List Campaign Feedback 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: reports-campaign_id-click-details path: /reports/{campaign_id}/click-details operations: - name: getreportsidclickdetails method: GET description: Mailchimp List Campaign Details 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 click reports sorted by the specified field. - name: sort_dir in: query type: string description: Determines the order direction for sorted results. - name: reports-campaign_id-click-details-link_id path: /reports/{campaign_id}/click-details/{link_id} operations: - name: getreportsidclickdetailsid method: GET description: Mailchimp Get Campaign Link Details 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: link_id in: path type: string description: The id for the link. required: true - name: reports-campaign_id-click-details-link_id-members path: /reports/{campaign_id}/click-details/{link_id}/members operations: - name: getreportsidclickdetailsidmembers method: GET description: Mailchimp List Clicked Link Subscribers 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: link_id in: path type: string description: The id for the link. required: true - name: reports-campaign_id-click-details-link_id-members-subscriber_hash path: /reports/{campaign_id}/click-details/{link_id}/members/{subscriber_hash} operations: - name: getreportsidclickdetailsidmembersid method: GET description: Mailchimp Get Clicked Link Subscriber 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: link_id in: path type: string description: The id for the link. 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: reports-campaign_id-domain-performance path: /reports/{campaign_id}/domain-performance operations: - name: getreportsiddomainperformance method: GET description: Mailchimp List Domain Performance Stats 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: 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-eepurl path: /reports/{campaign_id}/eepurl operations: - name: getreportsideepurl method: GET description: Mailchimp List Eepurl 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: 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.' - name: reports-campaign_id-locations path: /reports/{campaign_id}/locations operations: - name: getreportsidlocations method: GET description: Mailchimp List Top Open Activities 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: 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: reports-campaign_id-open-details path: /reports/{campaign_id}/open-details operations: - name: getreportsidopendetails method: GET description: Mailchimp List Campaign Open Details 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 campaign open events that occur after a specific time. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.' - name: sort_field in: query type: string description: Returns open reports sorted by the specified field. - name: sort_dir in: query type: string description: Determines the order direction for sorted results. - name: reports-campaign_id-open-details-subscriber_hash path: /reports/{campaign_id}/open-details/{subscriber_hash} operations: - name: getreportsidopendetailsidmembersid method: GET description: Mailchimp Get Opened Campaign Subscriber 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: reports-campaign_id-sent-to path: /reports/{campaign_id}/sent-to operations: - name: getreportsidsentto method: GET description: Mailchimp List Campaign Recipients 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: reports-campaign_id-sent-to-subscriber_hash path: /reports/{campaign_id}/sent-to/{subscriber_hash} operations: - name: getreportsidsenttoid method: GET description: Mailchimp Get Campaign Recipient Info 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: reports-campaign_id-sub-reports path: /reports/{campaign_id}/sub-reports operations: - name: getreportsidsubreportsid method: GET description: Mailchimp List Child Campaign Reports 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: reports-campaign_id-unsubscribed path: /reports/{campaign_id}/unsubscribed operations: - name: getreportsidunsubscribed method: GET description: Mailchimp List Unsubscribed Members 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: reports-campaign_id-unsubscribed-subscriber_hash path: /reports/{campaign_id}/unsubscribed/{subscriber_hash} operations: - name: getreportsidunsubscribedid method: GET description: Mailchimp Get Unsubscribed Member 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 exposes: - type: rest namespace: marketing-reports-rest port: 8080 description: REST adapter for Mailchimp Marketing API — Reports. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/lists/{list-id}/abuse-reports name: lists-list-id-abuse-reports description: REST surface for lists-list_id-abuse-reports. operations: - method: GET name: getlistsidabusereports description: Mailchimp List Abuse Reports call: marketing-reports.getlistsidabusereports with: fields: rest.fields exclude_fields: rest.exclude_fields count: rest.count offset: rest.offset list_id: rest.list_id outputParameters: - type: object mapping: $. - path: /v1/lists/{list-id}/abuse-reports/{report-id} name: lists-list-id-abuse-reports-report-id description: REST surface for lists-list_id-abuse-reports-report_id. operations: - method: GET name: getlistsidabusereportsid description: Mailchimp Get Abuse Report call: marketing-reports.getlistsidabusereportsid with: fields: rest.fields exclude_fields: rest.exclude_fields count: rest.count offset: rest.offset list_id: rest.list_id report_id: rest.report_id outputParameters: - type: object mapping: $. - path: /v1/reports name: reports description: REST surface for reports. operations: - method: GET name: getreports description: Mailchimp List Campaign Reports call: marketing-reports.getreports with: fields: rest.fields exclude_fields: rest.exclude_fields count: rest.count offset: rest.offset type: rest.type before_send_time: rest.before_send_time since_send_time: rest.since_send_time outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id} name: reports-campaign-id description: REST surface for reports-campaign_id. operations: - method: GET name: getreportsid description: Mailchimp Get Campaign Report call: marketing-reports.getreportsid with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/abuse-reports name: reports-campaign-id-abuse-reports description: REST surface for reports-campaign_id-abuse-reports. operations: - method: GET name: getreportsidabusereportsid description: Mailchimp List Abuse Reports call: marketing-reports.getreportsidabusereportsid with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/abuse-reports/{report-id} name: reports-campaign-id-abuse-reports-report-id description: REST surface for reports-campaign_id-abuse-reports-report_id. operations: - method: GET name: getreportsidabusereportsidid description: Mailchimp Get Abuse Report call: marketing-reports.getreportsidabusereportsidid with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id report_id: rest.report_id outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/advice name: reports-campaign-id-advice description: REST surface for reports-campaign_id-advice. operations: - method: GET name: getreportsidadvice description: Mailchimp List Campaign Feedback call: marketing-reports.getreportsidadvice with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/click-details name: reports-campaign-id-click-details description: REST surface for reports-campaign_id-click-details. operations: - method: GET name: getreportsidclickdetails description: Mailchimp List Campaign Details call: marketing-reports.getreportsidclickdetails 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 sort_dir: rest.sort_dir outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/click-details/{link-id} name: reports-campaign-id-click-details-link-id description: REST surface for reports-campaign_id-click-details-link_id. operations: - method: GET name: getreportsidclickdetailsid description: Mailchimp Get Campaign Link Details call: marketing-reports.getreportsidclickdetailsid with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id link_id: rest.link_id outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/click-details/{link-id}/members name: reports-campaign-id-click-details-link-id-members description: REST surface for reports-campaign_id-click-details-link_id-members. operations: - method: GET name: getreportsidclickdetailsidmembers description: Mailchimp List Clicked Link Subscribers call: marketing-reports.getreportsidclickdetailsidmembers with: fields: rest.fields exclude_fields: rest.exclude_fields count: rest.count offset: rest.offset campaign_id: rest.campaign_id link_id: rest.link_id outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/click-details/{link-id}/members/{subscriber-hash} name: reports-campaign-id-click-details-link-id-members-subscriber-hash description: REST surface for reports-campaign_id-click-details-link_id-members-subscriber_hash. operations: - method: GET name: getreportsidclickdetailsidmembersid description: Mailchimp Get Clicked Link Subscriber call: marketing-reports.getreportsidclickdetailsidmembersid with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id link_id: rest.link_id subscriber_hash: rest.subscriber_hash outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/domain-performance name: reports-campaign-id-domain-performance description: REST surface for reports-campaign_id-domain-performance. operations: - method: GET name: getreportsiddomainperformance description: Mailchimp List Domain Performance Stats call: marketing-reports.getreportsiddomainperformance with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id 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-reports.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}/eepurl name: reports-campaign-id-eepurl description: REST surface for reports-campaign_id-eepurl. operations: - method: GET name: getreportsideepurl description: Mailchimp List Eepurl Activity call: marketing-reports.getreportsideepurl with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id 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-reports.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-reports.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: $. - path: /v1/reports/{campaign-id}/locations name: reports-campaign-id-locations description: REST surface for reports-campaign_id-locations. operations: - method: GET name: getreportsidlocations description: Mailchimp List Top Open Activities call: marketing-reports.getreportsidlocations with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id count: rest.count offset: rest.offset outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/open-details name: reports-campaign-id-open-details description: REST surface for reports-campaign_id-open-details. operations: - method: GET name: getreportsidopendetails description: Mailchimp List Campaign Open Details call: marketing-reports.getreportsidopendetails with: fields: rest.fields exclude_fields: rest.exclude_fields count: rest.count offset: rest.offset campaign_id: rest.campaign_id since: rest.since sort_field: rest.sort_field sort_dir: rest.sort_dir outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/open-details/{subscriber-hash} name: reports-campaign-id-open-details-subscriber-hash description: REST surface for reports-campaign_id-open-details-subscriber_hash. operations: - method: GET name: getreportsidopendetailsidmembersid description: Mailchimp Get Opened Campaign Subscriber call: marketing-reports.getreportsidopendetailsidmembersid with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id subscriber_hash: rest.subscriber_hash outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/sent-to name: reports-campaign-id-sent-to description: REST surface for reports-campaign_id-sent-to. operations: - method: GET name: getreportsidsentto description: Mailchimp List Campaign Recipients call: marketing-reports.getreportsidsentto with: fields: rest.fields exclude_fields: rest.exclude_fields count: rest.count offset: rest.offset campaign_id: rest.campaign_id outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/sent-to/{subscriber-hash} name: reports-campaign-id-sent-to-subscriber-hash description: REST surface for reports-campaign_id-sent-to-subscriber_hash. operations: - method: GET name: getreportsidsenttoid description: Mailchimp Get Campaign Recipient Info call: marketing-reports.getreportsidsenttoid with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id subscriber_hash: rest.subscriber_hash outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/sub-reports name: reports-campaign-id-sub-reports description: REST surface for reports-campaign_id-sub-reports. operations: - method: GET name: getreportsidsubreportsid description: Mailchimp List Child Campaign Reports call: marketing-reports.getreportsidsubreportsid with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/unsubscribed name: reports-campaign-id-unsubscribed description: REST surface for reports-campaign_id-unsubscribed. operations: - method: GET name: getreportsidunsubscribed description: Mailchimp List Unsubscribed Members call: marketing-reports.getreportsidunsubscribed with: fields: rest.fields exclude_fields: rest.exclude_fields count: rest.count offset: rest.offset campaign_id: rest.campaign_id outputParameters: - type: object mapping: $. - path: /v1/reports/{campaign-id}/unsubscribed/{subscriber-hash} name: reports-campaign-id-unsubscribed-subscriber-hash description: REST surface for reports-campaign_id-unsubscribed-subscriber_hash. operations: - method: GET name: getreportsidunsubscribedid description: Mailchimp Get Unsubscribed Member call: marketing-reports.getreportsidunsubscribedid with: fields: rest.fields exclude_fields: rest.exclude_fields campaign_id: rest.campaign_id subscriber_hash: rest.subscriber_hash outputParameters: - type: object mapping: $. - type: mcp namespace: marketing-reports-mcp port: 9090 transport: http description: MCP adapter for Mailchimp Marketing API — Reports. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: mailchimp-list-abuse-reports description: Mailchimp List Abuse Reports hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getlistsidabusereports with: fields: tools.fields exclude_fields: tools.exclude_fields count: tools.count offset: tools.offset list_id: tools.list_id outputParameters: - type: object mapping: $. - name: mailchimp-get-abuse-report description: Mailchimp Get Abuse Report hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getlistsidabusereportsid with: fields: tools.fields exclude_fields: tools.exclude_fields count: tools.count offset: tools.offset list_id: tools.list_id report_id: tools.report_id outputParameters: - type: object mapping: $. - name: mailchimp-list-campaign-reports description: Mailchimp List Campaign Reports hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreports with: fields: tools.fields exclude_fields: tools.exclude_fields count: tools.count offset: tools.offset type: tools.type before_send_time: tools.before_send_time since_send_time: tools.since_send_time outputParameters: - type: object mapping: $. - name: mailchimp-get-campaign-report description: Mailchimp Get Campaign Report hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsid with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id outputParameters: - type: object mapping: $. - name: mailchimp-list-abuse-reports-2 description: Mailchimp List Abuse Reports hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidabusereportsid with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id outputParameters: - type: object mapping: $. - name: mailchimp-get-abuse-report-2 description: Mailchimp Get Abuse Report hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidabusereportsidid with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id report_id: tools.report_id outputParameters: - type: object mapping: $. - name: mailchimp-list-campaign-feedback description: Mailchimp List Campaign Feedback hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidadvice with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id outputParameters: - type: object mapping: $. - name: mailchimp-list-campaign-details description: Mailchimp List Campaign Details hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidclickdetails 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 sort_dir: tools.sort_dir outputParameters: - type: object mapping: $. - name: mailchimp-get-campaign-link-details description: Mailchimp Get Campaign Link Details hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidclickdetailsid with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id link_id: tools.link_id outputParameters: - type: object mapping: $. - name: mailchimp-list-clicked-link-subscribers description: Mailchimp List Clicked Link Subscribers hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidclickdetailsidmembers with: fields: tools.fields exclude_fields: tools.exclude_fields count: tools.count offset: tools.offset campaign_id: tools.campaign_id link_id: tools.link_id outputParameters: - type: object mapping: $. - name: mailchimp-get-clicked-link-subscriber description: Mailchimp Get Clicked Link Subscriber hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidclickdetailsidmembersid with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id link_id: tools.link_id subscriber_hash: tools.subscriber_hash outputParameters: - type: object mapping: $. - name: mailchimp-list-domain-performance-stats description: Mailchimp List Domain Performance Stats hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsiddomainperformance with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id 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-reports.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-eepurl-activity description: Mailchimp List Eepurl Activity hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsideepurl with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id outputParameters: - type: object mapping: $. - name: mailchimp-list-email-activity description: Mailchimp List Email Activity hints: readOnly: true destructive: false idempotent: true call: marketing-reports.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-reports.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: $. - name: mailchimp-list-top-open-activities description: Mailchimp List Top Open Activities hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidlocations with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id count: tools.count offset: tools.offset outputParameters: - type: object mapping: $. - name: mailchimp-list-campaign-open-details description: Mailchimp List Campaign Open Details hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidopendetails with: fields: tools.fields exclude_fields: tools.exclude_fields count: tools.count offset: tools.offset campaign_id: tools.campaign_id since: tools.since sort_field: tools.sort_field sort_dir: tools.sort_dir outputParameters: - type: object mapping: $. - name: mailchimp-get-opened-campaign-subscriber description: Mailchimp Get Opened Campaign Subscriber hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidopendetailsidmembersid with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id subscriber_hash: tools.subscriber_hash outputParameters: - type: object mapping: $. - name: mailchimp-list-campaign-recipients description: Mailchimp List Campaign Recipients hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidsentto with: fields: tools.fields exclude_fields: tools.exclude_fields count: tools.count offset: tools.offset campaign_id: tools.campaign_id outputParameters: - type: object mapping: $. - name: mailchimp-get-campaign-recipient-info description: Mailchimp Get Campaign Recipient Info hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidsenttoid with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id subscriber_hash: tools.subscriber_hash outputParameters: - type: object mapping: $. - name: mailchimp-list-child-campaign-reports description: Mailchimp List Child Campaign Reports hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidsubreportsid with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id outputParameters: - type: object mapping: $. - name: mailchimp-list-unsubscribed-members description: Mailchimp List Unsubscribed Members hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidunsubscribed with: fields: tools.fields exclude_fields: tools.exclude_fields count: tools.count offset: tools.offset campaign_id: tools.campaign_id outputParameters: - type: object mapping: $. - name: mailchimp-get-unsubscribed-member description: Mailchimp Get Unsubscribed Member hints: readOnly: true destructive: false idempotent: true call: marketing-reports.getreportsidunsubscribedid with: fields: tools.fields exclude_fields: tools.exclude_fields campaign_id: tools.campaign_id subscriber_hash: tools.subscriber_hash outputParameters: - type: object mapping: $.