IXON · Capability

IXON API — BackendComponentMessageSubscriptionList

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

Run with Naftiko IxonBackendComponentMessageSubscriptionList

What You Can Do

GET
Get — BackendComponentMessageSubscriptionList
/v1/backend-component-message-subscriptions
POST
Post — BackendComponentMessageSubscriptionList
/v1/backend-component-message-subscriptions
DELETE
Delete — BackendComponentMessageSubscriptionList
/v1/backend-component-message-subscriptions

MCP Tools

backendcomponentmessagesubscriptionlist

BackendComponentMessageSubscriptionList

read-only idempotent
backendcomponentmessagesubscriptionlist-2

BackendComponentMessageSubscriptionList

backendcomponentmessagesubscriptionlist-3

BackendComponentMessageSubscriptionList

idempotent

Capability Spec

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