Mailchimp · Capability

Mailchimp Marketing API — Sent

Mailchimp Marketing API — Sent. 2 operations. Lead operation: Mailchimp List Campaign Recipients. Self-contained Naftiko capability covering one Mailchimp business surface.

Run with Naftiko MailchimpSent

What You Can Do

GET
Getreportsidsentto — Mailchimp List Campaign Recipients
/v1/reports/{campaign-id}/sent-to
GET
Getreportsidsenttoid — Mailchimp Get Campaign Recipient Info
/v1/reports/{campaign-id}/sent-to/{subscriber-hash}

MCP Tools

mailchimp-list-campaign-recipients

Mailchimp List Campaign Recipients

read-only idempotent
mailchimp-get-campaign-recipient-info

Mailchimp Get Campaign Recipient Info

read-only idempotent

Capability Spec

marketing-sent.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mailchimp Marketing API  — Sent
  description: 'Mailchimp Marketing API  — Sent. 2 operations. Lead operation: Mailchimp List Campaign Recipients. Self-contained
    Naftiko capability covering one Mailchimp business surface.'
  tags:
  - Mailchimp
  - Sent
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MAILCHIMP_API_KEY: MAILCHIMP_API_KEY
capability:
  consumes:
  - type: http
    namespace: marketing-sent
    baseUri: https://server.api.mailchimp.com/3.0
    description: Mailchimp Marketing API  — Sent business capability. Self-contained, no shared references.
    resources:
    - 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
  exposes:
  - type: rest
    namespace: marketing-sent-rest
    port: 8080
    description: REST adapter for Mailchimp Marketing API  — Sent. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-sent.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-sent.getreportsidsenttoid
        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-sent-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mailchimp Marketing API  — Sent. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: mailchimp-list-campaign-recipients
      description: Mailchimp List Campaign Recipients
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-sent.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-sent.getreportsidsenttoid
      with:
        fields: tools.fields
        exclude_fields: tools.exclude_fields
        campaign_id: tools.campaign_id
        subscriber_hash: tools.subscriber_hash
      outputParameters:
      - type: object
        mapping: $.