Google Assistant · Capability

Google Assistant API — Assistant

Google Assistant API — Assistant. 6 operations. Lead operation: Google Assistant List Device Models. Self-contained Naftiko capability covering one Google Assistant business surface.

Run with Naftiko Google AssistantAssistant

What You Can Do

GET
Listdevicemodels — Google Assistant List Device Models
/v1/v1alpha2/projects/{projectid}/devicemodels
POST
Createdevicemodel — Google Assistant Create Device Model
/v1/v1alpha2/projects/{projectid}/devicemodels
GET
Getdevicemodel — Google Assistant Get Device Model
/v1/v1alpha2/projects/{projectid}/devicemodels/{devicemodelid}
DELETE
Deletedevicemodel — Google Assistant Delete Device Model
/v1/v1alpha2/projects/{projectid}/devicemodels/{devicemodelid}
GET
Listdeviceinstances — Google Assistant List Device Instances
/v1/v1alpha2/projects/{projectid}/devices
POST
Createdeviceinstance — Google Assistant Create Device Instance
/v1/v1alpha2/projects/{projectid}/devices

MCP Tools

google-assistant-list-device-models

Google Assistant List Device Models

read-only idempotent
google-assistant-create-device-model

Google Assistant Create Device Model

google-assistant-get-device-model

Google Assistant Get Device Model

read-only idempotent
google-assistant-delete-device-model

Google Assistant Delete Device Model

idempotent
google-assistant-list-device-instances

Google Assistant List Device Instances

read-only idempotent
google-assistant-create-device-instance

Google Assistant Create Device Instance

Capability Spec

openapi-assistant.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Assistant API — Assistant
  description: 'Google Assistant API — Assistant. 6 operations. Lead operation: Google Assistant List Device Models. Self-contained
    Naftiko capability covering one Google Assistant business surface.'
  tags:
  - Google Assistant
  - Assistant
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_ASSISTANT_API_KEY: GOOGLE_ASSISTANT_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-assistant
    baseUri: https://embeddedassistant.googleapis.com
    description: Google Assistant API — Assistant business capability. Self-contained, no shared references.
    resources:
    - name: v1alpha2-projects-projectId-deviceModels
      path: /v1alpha2/projects/{projectId}/deviceModels
      operations:
      - name: listdevicemodels
        method: GET
        description: Google Assistant List Device Models
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          description: The Google Cloud project ID.
          required: true
      - name: createdevicemodel
        method: POST
        description: Google Assistant Create Device Model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1alpha2-projects-projectId-deviceModels-deviceModelId
      path: /v1alpha2/projects/{projectId}/deviceModels/{deviceModelId}
      operations:
      - name: getdevicemodel
        method: GET
        description: Google Assistant Get Device Model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: deviceModelId
          in: path
          type: string
          required: true
      - name: deletedevicemodel
        method: DELETE
        description: Google Assistant Delete Device Model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: deviceModelId
          in: path
          type: string
          required: true
    - name: v1alpha2-projects-projectId-devices
      path: /v1alpha2/projects/{projectId}/devices
      operations:
      - name: listdeviceinstances
        method: GET
        description: Google Assistant List Device Instances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
      - name: createdeviceinstance
        method: POST
        description: Google Assistant Create Device Instance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: openapi-assistant-rest
    port: 8080
    description: REST adapter for Google Assistant API — Assistant. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1alpha2/projects/{projectid}/devicemodels
      name: v1alpha2-projects-projectid-devicemodels
      description: REST surface for v1alpha2-projects-projectId-deviceModels.
      operations:
      - method: GET
        name: listdevicemodels
        description: Google Assistant List Device Models
        call: openapi-assistant.listdevicemodels
        with:
          projectId: rest.projectId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdevicemodel
        description: Google Assistant Create Device Model
        call: openapi-assistant.createdevicemodel
        with:
          projectId: rest.projectId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1alpha2/projects/{projectid}/devicemodels/{devicemodelid}
      name: v1alpha2-projects-projectid-devicemodels-devicemodelid
      description: REST surface for v1alpha2-projects-projectId-deviceModels-deviceModelId.
      operations:
      - method: GET
        name: getdevicemodel
        description: Google Assistant Get Device Model
        call: openapi-assistant.getdevicemodel
        with:
          projectId: rest.projectId
          deviceModelId: rest.deviceModelId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletedevicemodel
        description: Google Assistant Delete Device Model
        call: openapi-assistant.deletedevicemodel
        with:
          projectId: rest.projectId
          deviceModelId: rest.deviceModelId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1alpha2/projects/{projectid}/devices
      name: v1alpha2-projects-projectid-devices
      description: REST surface for v1alpha2-projects-projectId-devices.
      operations:
      - method: GET
        name: listdeviceinstances
        description: Google Assistant List Device Instances
        call: openapi-assistant.listdeviceinstances
        with:
          projectId: rest.projectId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdeviceinstance
        description: Google Assistant Create Device Instance
        call: openapi-assistant.createdeviceinstance
        with:
          projectId: rest.projectId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-assistant-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Assistant API — Assistant. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-assistant-list-device-models
      description: Google Assistant List Device Models
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-assistant.listdevicemodels
      with:
        projectId: tools.projectId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-assistant-create-device-model
      description: Google Assistant Create Device Model
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-assistant.createdevicemodel
      with:
        projectId: tools.projectId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-assistant-get-device-model
      description: Google Assistant Get Device Model
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-assistant.getdevicemodel
      with:
        projectId: tools.projectId
        deviceModelId: tools.deviceModelId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-assistant-delete-device-model
      description: Google Assistant Delete Device Model
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: openapi-assistant.deletedevicemodel
      with:
        projectId: tools.projectId
        deviceModelId: tools.deviceModelId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-assistant-list-device-instances
      description: Google Assistant List Device Instances
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-assistant.listdeviceinstances
      with:
        projectId: tools.projectId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-assistant-create-device-instance
      description: Google Assistant Create Device Instance
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-assistant.createdeviceinstance
      with:
        projectId: tools.projectId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.