Microsoft Azure · Capability

Microsoft Azure Azure Digital Twins API — EventRoutes

Microsoft Azure Azure Digital Twins API — EventRoutes. 4 operations. Lead operation: Microsoft Azure Get Eventroutes. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureEventRoutes

What You Can Do

GET
Microsoftazureeventrouteslist — Microsoft Azure Get Eventroutes
/v1/eventroutes
GET
Microsoftazureeventroutesgetbyid — Microsoft Azure Get Eventroutes Id
/v1/eventroutes/{id}
PUT
Microsoftazureeventroutesadd — Microsoft Azure Put Eventroutes Id
/v1/eventroutes/{id}
DELETE
Microsoftazureeventroutesdelete — Microsoft Azure Delete Eventroutes Id
/v1/eventroutes/{id}

MCP Tools

microsoft-azure-get-eventroutes

Microsoft Azure Get Eventroutes

read-only idempotent
microsoft-azure-get-eventroutes-id

Microsoft Azure Get Eventroutes Id

read-only idempotent
microsoft-azure-put-eventroutes-id

Microsoft Azure Put Eventroutes Id

idempotent
microsoft-azure-delete-eventroutes-id

Microsoft Azure Delete Eventroutes Id

idempotent

Capability Spec

azure-digital-twins-eventroutes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Digital Twins API — EventRoutes
  description: 'Microsoft Azure Azure Digital Twins API — EventRoutes. 4 operations. Lead operation: Microsoft Azure Get Eventroutes.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - EventRoutes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-digital-twins-eventroutes
    baseUri: https://digitaltwins-hostname
    description: Microsoft Azure Azure Digital Twins API — EventRoutes business capability. Self-contained, no shared references.
    resources:
    - name: eventroutes
      path: /eventroutes
      operations:
      - name: microsoftazureeventrouteslist
        method: GET
        description: Microsoft Azure Get Eventroutes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: eventroutes-id
      path: /eventroutes/{id}
      operations:
      - name: microsoftazureeventroutesgetbyid
        method: GET
        description: Microsoft Azure Get Eventroutes Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureeventroutesadd
        method: PUT
        description: Microsoft Azure Put Eventroutes Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: eventRoute
          in: body
          type: string
          description: The event route data
          required: true
      - name: microsoftazureeventroutesdelete
        method: DELETE
        description: Microsoft Azure Delete Eventroutes Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-digital-twins-eventroutes-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Digital Twins API — EventRoutes. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/eventroutes
      name: eventroutes
      description: REST surface for eventroutes.
      operations:
      - method: GET
        name: microsoftazureeventrouteslist
        description: Microsoft Azure Get Eventroutes
        call: azure-digital-twins-eventroutes.microsoftazureeventrouteslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/eventroutes/{id}
      name: eventroutes-id
      description: REST surface for eventroutes-id.
      operations:
      - method: GET
        name: microsoftazureeventroutesgetbyid
        description: Microsoft Azure Get Eventroutes Id
        call: azure-digital-twins-eventroutes.microsoftazureeventroutesgetbyid
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureeventroutesadd
        description: Microsoft Azure Put Eventroutes Id
        call: azure-digital-twins-eventroutes.microsoftazureeventroutesadd
        with:
          eventRoute: rest.eventRoute
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureeventroutesdelete
        description: Microsoft Azure Delete Eventroutes Id
        call: azure-digital-twins-eventroutes.microsoftazureeventroutesdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-digital-twins-eventroutes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Digital Twins API — EventRoutes. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-eventroutes
      description: Microsoft Azure Get Eventroutes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-digital-twins-eventroutes.microsoftazureeventrouteslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-eventroutes-id
      description: Microsoft Azure Get Eventroutes Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-digital-twins-eventroutes.microsoftazureeventroutesgetbyid
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-eventroutes-id
      description: Microsoft Azure Put Eventroutes Id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-digital-twins-eventroutes.microsoftazureeventroutesadd
      with:
        eventRoute: tools.eventRoute
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-eventroutes-id
      description: Microsoft Azure Delete Eventroutes Id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-digital-twins-eventroutes.microsoftazureeventroutesdelete
      outputParameters:
      - type: object
        mapping: $.