Mailchimp · Capability

Mailchimp Marketing API — Account Export

Mailchimp Marketing API — Account Export. 1 operations. Lead operation: Mailchimp Get Account Export Info. Self-contained Naftiko capability covering one Mailchimp business surface.

Run with Naftiko MailchimpAccount Export

What You Can Do

GET
Getaccountexportid — Mailchimp Get Account Export Info
/v1/account-exports/{export-id}

MCP Tools

mailchimp-get-account-export-info

Mailchimp Get Account Export Info

read-only idempotent

Capability Spec

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