IXON · Capability

IXON API — BackendComponentMessageSubscription

IXON API — BackendComponentMessageSubscription. 2 operations. Lead operation: BackendComponentMessageSubscription. Self-contained Naftiko capability covering one Ixon business surface.

Run with Naftiko IxonBackendComponentMessageSubscription

What You Can Do

GET
Get — BackendComponentMessageSubscription
/v1/backend-component-message-subscriptions/{publicid}
DELETE
Delete — BackendComponentMessageSubscription
/v1/backend-component-message-subscriptions/{publicid}

MCP Tools

backendcomponentmessagesubscription

BackendComponentMessageSubscription

read-only idempotent
backendcomponentmessagesubscription-2

BackendComponentMessageSubscription

idempotent

Capability Spec

ixon-backendcomponentmessagesubscription.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IXON API — BackendComponentMessageSubscription
  description: 'IXON API — BackendComponentMessageSubscription. 2 operations. Lead operation: BackendComponentMessageSubscription.
    Self-contained Naftiko capability covering one Ixon business surface.'
  tags:
  - Ixon
  - BackendComponentMessageSubscription
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    IXON_API_KEY: IXON_API_KEY
capability:
  consumes:
  - type: http
    namespace: ixon-backendcomponentmessagesubscription
    baseUri: https://portal.ixon.cloud:443/api
    description: IXON API — BackendComponentMessageSubscription business capability. Self-contained, no shared references.
    resources:
    - name: backend-component-message-subscriptions-publicId
      path: /backend-component-message-subscriptions/{publicId}
      operations:
      - name: get
        method: GET
        description: BackendComponentMessageSubscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: publicId
          in: path
          type: string
          required: true
      - name: delete
        method: DELETE
        description: BackendComponentMessageSubscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: publicId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.IXON_API_KEY}}'
  exposes:
  - type: rest
    namespace: ixon-backendcomponentmessagesubscription-rest
    port: 8080
    description: REST adapter for IXON API — BackendComponentMessageSubscription. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/backend-component-message-subscriptions/{publicid}
      name: backend-component-message-subscriptions-publicid
      description: REST surface for backend-component-message-subscriptions-publicId.
      operations:
      - method: GET
        name: get
        description: BackendComponentMessageSubscription
        call: ixon-backendcomponentmessagesubscription.get
        with:
          publicId: rest.publicId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: BackendComponentMessageSubscription
        call: ixon-backendcomponentmessagesubscription.delete
        with:
          publicId: rest.publicId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ixon-backendcomponentmessagesubscription-mcp
    port: 9090
    transport: http
    description: MCP adapter for IXON API — BackendComponentMessageSubscription. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: backendcomponentmessagesubscription
      description: BackendComponentMessageSubscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ixon-backendcomponentmessagesubscription.get
      with:
        publicId: tools.publicId
      outputParameters:
      - type: object
        mapping: $.
    - name: backendcomponentmessagesubscription-2
      description: BackendComponentMessageSubscription
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: ixon-backendcomponentmessagesubscription.delete
      with:
        publicId: tools.publicId
      outputParameters:
      - type: object
        mapping: $.