Cyclr · Capability

Cyclr API — Data on Demand

Cyclr API — Data on Demand. 1 operations. Lead operation: Cyclr Data On Demand. Self-contained Naftiko capability covering one Cyclr business surface.

Run with Naftiko CyclrData on Demand

What You Can Do

POST
Dataondemand — Cyclr Data On Demand
/v1/data

MCP Tools

cyclr-data-demand

Cyclr Data On Demand

Capability Spec

cyclr-data-on-demand.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cyclr API — Data on Demand
  description: 'Cyclr API — Data on Demand. 1 operations. Lead operation: Cyclr Data On Demand. Self-contained Naftiko capability
    covering one Cyclr business surface.'
  tags:
  - Cyclr
  - Data on Demand
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CYCLR_API_KEY: CYCLR_API_KEY
capability:
  consumes:
  - type: http
    namespace: cyclr-data-on-demand
    baseUri: https://api.cyclr.com/v1.0
    description: Cyclr API — Data on Demand business capability. Self-contained, no shared references.
    resources:
    - name: data
      path: /data
      operations:
      - name: dataondemand
        method: POST
        description: Cyclr Data On Demand
        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.CYCLR_API_KEY}}'
  exposes:
  - type: rest
    namespace: cyclr-data-on-demand-rest
    port: 8080
    description: REST adapter for Cyclr API — Data on Demand. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/data
      name: data
      description: REST surface for data.
      operations:
      - method: POST
        name: dataondemand
        description: Cyclr Data On Demand
        call: cyclr-data-on-demand.dataondemand
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cyclr-data-on-demand-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cyclr API — Data on Demand. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: cyclr-data-demand
      description: Cyclr Data On Demand
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cyclr-data-on-demand.dataondemand
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.