Google Cloud Dialogflow CX API — Agents

Google Cloud Dialogflow CX API — Agents. 5 operations. Lead operation: Google Cloud Dialogflow CX List agents. Self-contained Naftiko capability covering one Google Cloud Dialogflow Cx business surface.

Run with Naftiko Google Cloud Dialogflow CxAgents

What You Can Do

GET
Listagents — Google Cloud Dialogflow CX List agents
/v1/projects/{projectid}/locations/{location}/agents
POST
Createagent — Google Cloud Dialogflow CX Create an agent
/v1/projects/{projectid}/locations/{location}/agents
GET
Getagent — Google Cloud Dialogflow CX Get an agent
/v1/projects/{projectid}/locations/{location}/agents/{agentid}
PATCH
Updateagent — Google Cloud Dialogflow CX Update an agent
/v1/projects/{projectid}/locations/{location}/agents/{agentid}
DELETE
Deleteagent — Google Cloud Dialogflow CX Delete an agent
/v1/projects/{projectid}/locations/{location}/agents/{agentid}

MCP Tools

google-cloud-dialogflow-cx-list

Google Cloud Dialogflow CX List agents

read-only idempotent
google-cloud-dialogflow-cx-create

Google Cloud Dialogflow CX Create an agent

google-cloud-dialogflow-cx-get

Google Cloud Dialogflow CX Get an agent

read-only idempotent
google-cloud-dialogflow-cx-update

Google Cloud Dialogflow CX Update an agent

idempotent
google-cloud-dialogflow-cx-delete

Google Cloud Dialogflow CX Delete an agent

idempotent

Capability Spec

openapi-agents.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Dialogflow CX API — Agents
  description: 'Google Cloud Dialogflow CX API — Agents. 5 operations. Lead operation: Google Cloud Dialogflow CX List agents.
    Self-contained Naftiko capability covering one Google Cloud Dialogflow Cx business surface.'
  tags:
  - Google Cloud Dialogflow Cx
  - Agents
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_DIALOGFLOW_CX_API_KEY: GOOGLE_CLOUD_DIALOGFLOW_CX_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-agents
    baseUri: https://dialogflow.googleapis.com/v3
    description: Google Cloud Dialogflow CX API — Agents business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-location-agents
      path: /projects/{projectId}/locations/{location}/agents
      operations:
      - name: listagents
        method: GET
        description: Google Cloud Dialogflow CX List agents
        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: createagent
        method: POST
        description: Google Cloud Dialogflow CX Create an agent
        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-agents-agentId
      path: /projects/{projectId}/locations/{location}/agents/{agentId}
      operations:
      - name: getagent
        method: GET
        description: Google Cloud Dialogflow CX Get an agent
        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: agentId
          in: path
          type: string
          required: true
      - name: updateagent
        method: PATCH
        description: Google Cloud Dialogflow CX Update an agent
        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: agentId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteagent
        method: DELETE
        description: Google Cloud Dialogflow CX Delete an agent
        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: agentId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_DIALOGFLOW_CX_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-agents-rest
    port: 8080
    description: REST adapter for Google Cloud Dialogflow CX API — Agents. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/agents
      name: projects-projectid-locations-location-agents
      description: REST surface for projects-projectId-locations-location-agents.
      operations:
      - method: GET
        name: listagents
        description: Google Cloud Dialogflow CX List agents
        call: openapi-agents.listagents
        with:
          projectId: rest.projectId
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createagent
        description: Google Cloud Dialogflow CX Create an agent
        call: openapi-agents.createagent
        with:
          projectId: rest.projectId
          location: rest.location
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectid}/locations/{location}/agents/{agentid}
      name: projects-projectid-locations-location-agents-agentid
      description: REST surface for projects-projectId-locations-location-agents-agentId.
      operations:
      - method: GET
        name: getagent
        description: Google Cloud Dialogflow CX Get an agent
        call: openapi-agents.getagent
        with:
          projectId: rest.projectId
          location: rest.location
          agentId: rest.agentId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateagent
        description: Google Cloud Dialogflow CX Update an agent
        call: openapi-agents.updateagent
        with:
          projectId: rest.projectId
          location: rest.location
          agentId: rest.agentId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteagent
        description: Google Cloud Dialogflow CX Delete an agent
        call: openapi-agents.deleteagent
        with:
          projectId: rest.projectId
          location: rest.location
          agentId: rest.agentId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-agents-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Dialogflow CX API — Agents. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-cloud-dialogflow-cx-list
      description: Google Cloud Dialogflow CX List agents
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-agents.listagents
      with:
        projectId: tools.projectId
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-dialogflow-cx-create
      description: Google Cloud Dialogflow CX Create an agent
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-agents.createagent
      with:
        projectId: tools.projectId
        location: tools.location
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-dialogflow-cx-get
      description: Google Cloud Dialogflow CX Get an agent
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-agents.getagent
      with:
        projectId: tools.projectId
        location: tools.location
        agentId: tools.agentId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-dialogflow-cx-update
      description: Google Cloud Dialogflow CX Update an agent
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: openapi-agents.updateagent
      with:
        projectId: tools.projectId
        location: tools.location
        agentId: tools.agentId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-dialogflow-cx-delete
      description: Google Cloud Dialogflow CX Delete an agent
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: openapi-agents.deleteagent
      with:
        projectId: tools.projectId
        location: tools.location
        agentId: tools.agentId
      outputParameters:
      - type: object
        mapping: $.