Google Nest Smart Device Management API — Devices

Google Nest Smart Device Management API — Devices. 3 operations. Lead operation: Google Nest Smart Device Management List Devices. Self-contained Naftiko capability covering one Google Nest business surface.

Run with Naftiko Google NestDevices

What You Can Do

GET
Listdevices — Google Nest Smart Device Management List Devices
/v1/enterprises/{enterpriseid}/devices
GET
Getdevice — Google Nest Smart Device Management Get Device
/v1/enterprises/{enterpriseid}/devices/{deviceid}
POST
Executedevicecommand — Google Nest Smart Device Management Execute Device Command
/v1/enterprises/{enterpriseid}/devices/deviceid-executecommand

MCP Tools

google-nest-smart-device-management

Google Nest Smart Device Management List Devices

read-only idempotent
google-nest-smart-device-management-2

Google Nest Smart Device Management Get Device

read-only idempotent
google-nest-smart-device-management-3

Google Nest Smart Device Management Execute Device Command

Capability Spec

openapi-devices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Nest Smart Device Management API — Devices
  description: 'Google Nest Smart Device Management API — Devices. 3 operations. Lead operation: Google Nest Smart Device
    Management List Devices. Self-contained Naftiko capability covering one Google Nest business surface.'
  tags:
  - Google Nest
  - Devices
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_NEST_API_KEY: GOOGLE_NEST_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-devices
    baseUri: https://smartdevicemanagement.googleapis.com/v1
    description: Google Nest Smart Device Management API — Devices business capability. Self-contained, no shared references.
    resources:
    - name: enterprises-enterpriseId-devices
      path: /enterprises/{enterpriseId}/devices
      operations:
      - name: listdevices
        method: GET
        description: Google Nest Smart Device Management List Devices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: enterpriseId
          in: path
          type: string
          description: The enterprise (project) ID.
          required: true
    - name: enterprises-enterpriseId-devices-deviceId
      path: /enterprises/{enterpriseId}/devices/{deviceId}
      operations:
      - name: getdevice
        method: GET
        description: Google Nest Smart Device Management Get Device
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: enterpriseId
          in: path
          type: string
          required: true
        - name: deviceId
          in: path
          type: string
          required: true
    - name: enterprises-enterpriseId-devices-deviceId}:executeCommand
      path: /enterprises/{enterpriseId}/devices/{deviceId}:executeCommand
      operations:
      - name: executedevicecommand
        method: POST
        description: Google Nest Smart Device Management Execute Device Command
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: enterpriseId
          in: path
          type: string
          required: true
        - name: deviceId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: openapi-devices-rest
    port: 8080
    description: REST adapter for Google Nest Smart Device Management API — Devices. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/enterprises/{enterpriseid}/devices
      name: enterprises-enterpriseid-devices
      description: REST surface for enterprises-enterpriseId-devices.
      operations:
      - method: GET
        name: listdevices
        description: Google Nest Smart Device Management List Devices
        call: openapi-devices.listdevices
        with:
          enterpriseId: rest.enterpriseId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/enterprises/{enterpriseid}/devices/{deviceid}
      name: enterprises-enterpriseid-devices-deviceid
      description: REST surface for enterprises-enterpriseId-devices-deviceId.
      operations:
      - method: GET
        name: getdevice
        description: Google Nest Smart Device Management Get Device
        call: openapi-devices.getdevice
        with:
          enterpriseId: rest.enterpriseId
          deviceId: rest.deviceId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/enterprises/{enterpriseid}/devices/deviceid-executecommand
      name: enterprises-enterpriseid-devices-deviceid-executecommand
      description: REST surface for enterprises-enterpriseId-devices-deviceId}:executeCommand.
      operations:
      - method: POST
        name: executedevicecommand
        description: Google Nest Smart Device Management Execute Device Command
        call: openapi-devices.executedevicecommand
        with:
          enterpriseId: rest.enterpriseId
          deviceId: rest.deviceId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-devices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Nest Smart Device Management API — Devices. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: google-nest-smart-device-management
      description: Google Nest Smart Device Management List Devices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-devices.listdevices
      with:
        enterpriseId: tools.enterpriseId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-nest-smart-device-management-2
      description: Google Nest Smart Device Management Get Device
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-devices.getdevice
      with:
        enterpriseId: tools.enterpriseId
        deviceId: tools.deviceId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-nest-smart-device-management-3
      description: Google Nest Smart Device Management Execute Device Command
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-devices.executedevicecommand
      with:
        enterpriseId: tools.enterpriseId
        deviceId: tools.deviceId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.