IXON · Capability

IXON API — ServerTime

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

Run with Naftiko IxonServerTime

What You Can Do

GET
Get — ServerTime
/v1/server-time

MCP Tools

servertime

ServerTime

read-only idempotent

Capability Spec

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