Google Cloud Contact Center AI API — Conversations

Google Cloud Contact Center AI API — Conversations. 5 operations. Lead operation: Google Cloud Contact Center AI List conversations. Self-contained Naftiko capability covering one Google Cloud Contact Center Ai business surface.

Run with Naftiko Google Cloud Contact Center AiConversations

What You Can Do

GET
Listconversations — Google Cloud Contact Center AI List conversations
/v1/projects/{projectid}/locations/{location}/conversations
POST
Createconversation — Google Cloud Contact Center AI Create a conversation
/v1/projects/{projectid}/locations/{location}/conversations
GET
Getconversation — Google Cloud Contact Center AI Get a conversation
/v1/projects/{projectid}/locations/{location}/conversations/{conversationid}
PATCH
Updateconversation — Google Cloud Contact Center AI Update a conversation
/v1/projects/{projectid}/locations/{location}/conversations/{conversationid}
DELETE
Deleteconversation — Google Cloud Contact Center AI Delete a conversation
/v1/projects/{projectid}/locations/{location}/conversations/{conversationid}

MCP Tools

google-cloud-contact-center-ai

Google Cloud Contact Center AI List conversations

read-only idempotent
google-cloud-contact-center-ai-2

Google Cloud Contact Center AI Create a conversation

google-cloud-contact-center-ai-3

Google Cloud Contact Center AI Get a conversation

read-only idempotent
google-cloud-contact-center-ai-4

Google Cloud Contact Center AI Update a conversation

idempotent
google-cloud-contact-center-ai-5

Google Cloud Contact Center AI Delete a conversation

idempotent

Capability Spec

openapi-conversations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Contact Center AI API — Conversations
  description: 'Google Cloud Contact Center AI API — Conversations. 5 operations. Lead operation: Google Cloud Contact Center
    AI List conversations. Self-contained Naftiko capability covering one Google Cloud Contact Center Ai business surface.'
  tags:
  - Google Cloud Contact Center Ai
  - Conversations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_CONTACT_CENTER_AI_API_KEY: GOOGLE_CLOUD_CONTACT_CENTER_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-conversations
    baseUri: https://contactcenterinsights.googleapis.com/v1
    description: Google Cloud Contact Center AI API — Conversations business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-location-conversations
      path: /projects/{projectId}/locations/{location}/conversations
      operations:
      - name: listconversations
        method: GET
        description: Google Cloud Contact Center AI List conversations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: pageSize
          in: query
          type: integer
        - name: pageToken
          in: query
          type: string
      - name: createconversation
        method: POST
        description: Google Cloud Contact Center AI Create a conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: projects-projectId-locations-location-conversations-conversationId
      path: /projects/{projectId}/locations/{location}/conversations/{conversationId}
      operations:
      - name: getconversation
        method: GET
        description: Google Cloud Contact Center AI Get a conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: conversationId
          in: path
          type: string
          required: true
      - name: updateconversation
        method: PATCH
        description: Google Cloud Contact Center AI Update a conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: conversationId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteconversation
        method: DELETE
        description: Google Cloud Contact Center AI Delete a conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: conversationId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_CONTACT_CENTER_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-conversations-rest
    port: 8080
    description: REST adapter for Google Cloud Contact Center AI API — Conversations. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/conversations
      name: projects-projectid-locations-location-conversations
      description: REST surface for projects-projectId-locations-location-conversations.
      operations:
      - method: GET
        name: listconversations
        description: Google Cloud Contact Center AI List conversations
        call: openapi-conversations.listconversations
        with:
          projectId: rest.projectId
          location: rest.location
          pageSize: rest.pageSize
          pageToken: rest.pageToken
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createconversation
        description: Google Cloud Contact Center AI Create a conversation
        call: openapi-conversations.createconversation
        with:
          projectId: rest.projectId
          location: rest.location
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectid}/locations/{location}/conversations/{conversationid}
      name: projects-projectid-locations-location-conversations-conversationid
      description: REST surface for projects-projectId-locations-location-conversations-conversationId.
      operations:
      - method: GET
        name: getconversation
        description: Google Cloud Contact Center AI Get a conversation
        call: openapi-conversations.getconversation
        with:
          projectId: rest.projectId
          location: rest.location
          conversationId: rest.conversationId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateconversation
        description: Google Cloud Contact Center AI Update a conversation
        call: openapi-conversations.updateconversation
        with:
          projectId: rest.projectId
          location: rest.location
          conversationId: rest.conversationId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconversation
        description: Google Cloud Contact Center AI Delete a conversation
        call: openapi-conversations.deleteconversation
        with:
          projectId: rest.projectId
          location: rest.location
          conversationId: rest.conversationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-conversations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Contact Center AI API — Conversations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: google-cloud-contact-center-ai
      description: Google Cloud Contact Center AI List conversations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-conversations.listconversations
      with:
        projectId: tools.projectId
        location: tools.location
        pageSize: tools.pageSize
        pageToken: tools.pageToken
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-contact-center-ai-2
      description: Google Cloud Contact Center AI Create a conversation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-conversations.createconversation
      with:
        projectId: tools.projectId
        location: tools.location
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-contact-center-ai-3
      description: Google Cloud Contact Center AI Get a conversation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-conversations.getconversation
      with:
        projectId: tools.projectId
        location: tools.location
        conversationId: tools.conversationId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-contact-center-ai-4
      description: Google Cloud Contact Center AI Update a conversation
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: openapi-conversations.updateconversation
      with:
        projectId: tools.projectId
        location: tools.location
        conversationId: tools.conversationId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-contact-center-ai-5
      description: Google Cloud Contact Center AI Delete a conversation
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: openapi-conversations.deleteconversation
      with:
        projectId: tools.projectId
        location: tools.location
        conversationId: tools.conversationId
      outputParameters:
      - type: object
        mapping: $.