Gravitee · Capability

Gravitee.io - Access Management API — Device Identifier

Gravitee.io - Access Management API — Device Identifier. 3 operations. Lead operation: List device identifier plugins. Self-contained Naftiko capability covering one Gravitee business surface.

Run with Naftiko GraviteeDevice Identifier

What You Can Do

GET
Listdeviceidentifierplugins — List device identifier plugins
/v1/platform/plugins/device-identifiers
GET
Getdeviceidentifierplugin — Get a device identifier plugin
/v1/platform/plugins/device-identifiers/{deviceidentifier}
GET
Getdeviceidentifierpluginschema — Get a device identifier plugin's schema
/v1/platform/plugins/device-identifiers/{deviceidentifier}/schema

MCP Tools

list-device-identifier-plugins

List device identifier plugins

read-only idempotent
get-device-identifier-plugin

Get a device identifier plugin

read-only idempotent
get-device-identifier-plugin-s-schema

Get a device identifier plugin's schema

read-only idempotent

Capability Spec

am-device-identifier.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gravitee.io - Access Management API — Device Identifier
  description: 'Gravitee.io - Access Management API — Device Identifier. 3 operations. Lead operation: List device identifier
    plugins. Self-contained Naftiko capability covering one Gravitee business surface.'
  tags:
  - Gravitee
  - Device Identifier
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRAVITEE_API_KEY: GRAVITEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: am-device-identifier
    baseUri: ''
    description: Gravitee.io - Access Management API — Device Identifier business capability. Self-contained, no shared references.
    resources:
    - name: platform-plugins-device-identifiers
      path: /platform/plugins/device-identifiers
      operations:
      - name: listdeviceidentifierplugins
        method: GET
        description: List device identifier plugins
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: platform-plugins-device-identifiers-deviceIdentifier
      path: /platform/plugins/device-identifiers/{deviceIdentifier}
      operations:
      - name: getdeviceidentifierplugin
        method: GET
        description: Get a device identifier plugin
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceIdentifier
          in: path
          type: string
          required: true
    - name: platform-plugins-device-identifiers-deviceIdentifier-schema
      path: /platform/plugins/device-identifiers/{deviceIdentifier}/schema
      operations:
      - name: getdeviceidentifierpluginschema
        method: GET
        description: Get a device identifier plugin's schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceIdentifier
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GRAVITEE_API_KEY}}'
  exposes:
  - type: rest
    namespace: am-device-identifier-rest
    port: 8080
    description: REST adapter for Gravitee.io - Access Management API — Device Identifier. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/platform/plugins/device-identifiers
      name: platform-plugins-device-identifiers
      description: REST surface for platform-plugins-device-identifiers.
      operations:
      - method: GET
        name: listdeviceidentifierplugins
        description: List device identifier plugins
        call: am-device-identifier.listdeviceidentifierplugins
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/platform/plugins/device-identifiers/{deviceidentifier}
      name: platform-plugins-device-identifiers-deviceidentifier
      description: REST surface for platform-plugins-device-identifiers-deviceIdentifier.
      operations:
      - method: GET
        name: getdeviceidentifierplugin
        description: Get a device identifier plugin
        call: am-device-identifier.getdeviceidentifierplugin
        with:
          deviceIdentifier: rest.deviceIdentifier
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/platform/plugins/device-identifiers/{deviceidentifier}/schema
      name: platform-plugins-device-identifiers-deviceidentifier-schema
      description: REST surface for platform-plugins-device-identifiers-deviceIdentifier-schema.
      operations:
      - method: GET
        name: getdeviceidentifierpluginschema
        description: Get a device identifier plugin's schema
        call: am-device-identifier.getdeviceidentifierpluginschema
        with:
          deviceIdentifier: rest.deviceIdentifier
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: am-device-identifier-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gravitee.io - Access Management API — Device Identifier. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-device-identifier-plugins
      description: List device identifier plugins
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-device-identifier.listdeviceidentifierplugins
      outputParameters:
      - type: object
        mapping: $.
    - name: get-device-identifier-plugin
      description: Get a device identifier plugin
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-device-identifier.getdeviceidentifierplugin
      with:
        deviceIdentifier: tools.deviceIdentifier
      outputParameters:
      - type: object
        mapping: $.
    - name: get-device-identifier-plugin-s-schema
      description: Get a device identifier plugin's schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-device-identifier.getdeviceidentifierpluginschema
      with:
        deviceIdentifier: tools.deviceIdentifier
      outputParameters:
      - type: object
        mapping: $.