Cycloid · Capability

Cycloid HTTP API — Inventory

Cycloid HTTP API — Inventory. 1 operations. Lead operation: List inventory resources. Self-contained Naftiko capability covering one Cycloid business surface.

Run with Naftiko CycloidInventory

What You Can Do

GET
Listinventory — List inventory resources
/v1/organizations/{organization-canonical}/inventory

MCP Tools

list-inventory-resources

List inventory resources

read-only idempotent

Capability Spec

cycloid-inventory.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cycloid HTTP API — Inventory
  description: 'Cycloid HTTP API — Inventory. 1 operations. Lead operation: List inventory resources. Self-contained Naftiko
    capability covering one Cycloid business surface.'
  tags:
  - Cycloid
  - Inventory
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CYCLOID_API_KEY: CYCLOID_API_KEY
capability:
  consumes:
  - type: http
    namespace: cycloid-inventory
    baseUri: https://http-api.cycloid.io
    description: Cycloid HTTP API — Inventory business capability. Self-contained, no shared references.
    resources:
    - name: organizations-organization_canonical-inventory
      path: /organizations/{organization_canonical}/inventory
      operations:
      - name: listinventory
        method: GET
        description: List inventory resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CYCLOID_API_KEY}}'
  exposes:
  - type: rest
    namespace: cycloid-inventory-rest
    port: 8080
    description: REST adapter for Cycloid HTTP API — Inventory. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/organizations/{organization-canonical}/inventory
      name: organizations-organization-canonical-inventory
      description: REST surface for organizations-organization_canonical-inventory.
      operations:
      - method: GET
        name: listinventory
        description: List inventory resources
        call: cycloid-inventory.listinventory
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cycloid-inventory-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cycloid HTTP API — Inventory. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-inventory-resources
      description: List inventory resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cycloid-inventory.listinventory
      outputParameters:
      - type: object
        mapping: $.