Mailchimp · Capability

Mailchimp Marketing API — Answers

Mailchimp Marketing API — Answers. 1 operations. Lead operation: Mailchimp List Answers for Question. Self-contained Naftiko capability covering one Mailchimp business surface.

Run with Naftiko MailchimpAnswers

What You Can Do

GET
Getreportingsurveysidquestionsidanswers — Mailchimp List Answers for Question
/v1/reporting/surveys/{survey-id}/questions/{question-id}/answers

MCP Tools

mailchimp-list-answers-question

Mailchimp List Answers for Question

read-only idempotent

Capability Spec

marketing-answers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mailchimp Marketing API  — Answers
  description: 'Mailchimp Marketing API  — Answers. 1 operations. Lead operation: Mailchimp List Answers for Question. Self-contained
    Naftiko capability covering one Mailchimp business surface.'
  tags:
  - Mailchimp
  - Answers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MAILCHIMP_API_KEY: MAILCHIMP_API_KEY
capability:
  consumes:
  - type: http
    namespace: marketing-answers
    baseUri: https://server.api.mailchimp.com/3.0
    description: Mailchimp Marketing API  — Answers business capability. Self-contained, no shared references.
    resources:
    - name: reporting-surveys-survey_id-questions-question_id-answers
      path: /reporting/surveys/{survey_id}/questions/{question_id}/answers
      operations:
      - name: getreportingsurveysidquestionsidanswers
        method: GET
        description: Mailchimp List Answers for Question
        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: survey_id
          in: path
          type: string
          description: The ID of the survey.
          required: true
        - name: question_id
          in: path
          type: string
          description: The ID of the survey question.
          required: true
        - name: respondent_familiarity_is
          in: query
          type: string
          description: Filter survey responses by familiarity of the respondents.
  exposes:
  - type: rest
    namespace: marketing-answers-rest
    port: 8080
    description: REST adapter for Mailchimp Marketing API  — Answers. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/reporting/surveys/{survey-id}/questions/{question-id}/answers
      name: reporting-surveys-survey-id-questions-question-id-answers
      description: REST surface for reporting-surveys-survey_id-questions-question_id-answers.
      operations:
      - method: GET
        name: getreportingsurveysidquestionsidanswers
        description: Mailchimp List Answers for Question
        call: marketing-answers.getreportingsurveysidquestionsidanswers
        with:
          fields: rest.fields
          exclude_fields: rest.exclude_fields
          survey_id: rest.survey_id
          question_id: rest.question_id
          respondent_familiarity_is: rest.respondent_familiarity_is
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: marketing-answers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mailchimp Marketing API  — Answers. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: mailchimp-list-answers-question
      description: Mailchimp List Answers for Question
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-answers.getreportingsurveysidquestionsidanswers
      with:
        fields: tools.fields
        exclude_fields: tools.exclude_fields
        survey_id: tools.survey_id
        question_id: tools.question_id
        respondent_familiarity_is: tools.respondent_familiarity_is
      outputParameters:
      - type: object
        mapping: $.