IXON · Capability

IXON API — AgentDeviceList

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

Run with Naftiko IxonAgentDeviceList

What You Can Do

GET
Get — AgentDeviceList
/v1/agents/{agentid}/devices
POST
Post — AgentDeviceList
/v1/agents/{agentid}/devices
PATCH
Patch — AgentDeviceList
/v1/agents/{agentid}/devices
DELETE
Delete — AgentDeviceList
/v1/agents/{agentid}/devices

MCP Tools

agentdevicelist

AgentDeviceList

read-only idempotent
agentdevicelist-2

AgentDeviceList

agentdevicelist-3

AgentDeviceList

idempotent
agentdevicelist-4

AgentDeviceList

idempotent

Capability Spec

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