Mailchimp · Capability

Mailchimp Marketing API — Chatter

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

Run with Naftiko MailchimpChatter

What You Can Do

GET
Getactivityfeedchimpchatter — Mailchimp Get Latest Chimp Chatter
/v1/activity-feed/chimp-chatter

MCP Tools

mailchimp-get-latest-chimp-chatter

Mailchimp Get Latest Chimp Chatter

read-only idempotent

Capability Spec

marketing-chatter.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mailchimp Marketing API  — Chatter
  description: 'Mailchimp Marketing API  — Chatter. 1 operations. Lead operation: Mailchimp Get Latest Chimp Chatter. Self-contained
    Naftiko capability covering one Mailchimp business surface.'
  tags:
  - Mailchimp
  - Chatter
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MAILCHIMP_API_KEY: MAILCHIMP_API_KEY
capability:
  consumes:
  - type: http
    namespace: marketing-chatter
    baseUri: https://server.api.mailchimp.com/3.0
    description: Mailchimp Marketing API  — Chatter 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
  exposes:
  - type: rest
    namespace: marketing-chatter-rest
    port: 8080
    description: REST adapter for Mailchimp Marketing API  — Chatter. 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-chatter.getactivityfeedchimpchatter
        with:
          count: rest.count
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: marketing-chatter-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mailchimp Marketing API  — Chatter. 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-chatter.getactivityfeedchimpchatter
      with:
        count: tools.count
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.