Mailchimp · Capability

Mailchimp Marketing API — Checklist

Mailchimp Marketing API — Checklist. 1 operations. Lead operation: Mailchimp Get Campaign Send Checklist. Self-contained Naftiko capability covering one Mailchimp business surface.

Run with Naftiko MailchimpChecklist

What You Can Do

GET
Getcampaignsidsendchecklist — Mailchimp Get Campaign Send Checklist
/v1/campaigns/{campaign-id}/send-checklist

MCP Tools

mailchimp-get-campaign-send-checklist

Mailchimp Get Campaign Send Checklist

read-only idempotent

Capability Spec

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