Orbital · Capability

Orbital Query API — Caches

Orbital Query API — Caches. 1 operations. Lead operation: Orbital List cache configurations. Self-contained Naftiko capability covering one Orbital business surface.

Run with Naftiko OrbitalCaches

What You Can Do

GET
Listcaches — Orbital List cache configurations
/v1/api/caches

MCP Tools

orbital-list-cache-configurations

Orbital List cache configurations

read-only idempotent

Capability Spec

query-caches.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Orbital Query API — Caches
  description: 'Orbital Query API — Caches. 1 operations. Lead operation: Orbital List cache configurations. Self-contained
    Naftiko capability covering one Orbital business surface.'
  tags:
  - Orbital
  - Caches
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORBITAL_API_KEY: ORBITAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: query-caches
    baseUri: https://localhost:9022
    description: Orbital Query API — Caches business capability. Self-contained, no shared references.
    resources:
    - name: api-caches
      path: /api/caches
      operations:
      - name: listcaches
        method: GET
        description: Orbital List cache configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: query-caches-rest
    port: 8080
    description: REST adapter for Orbital Query API — Caches. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/caches
      name: api-caches
      description: REST surface for api-caches.
      operations:
      - method: GET
        name: listcaches
        description: Orbital List cache configurations
        call: query-caches.listcaches
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: query-caches-mcp
    port: 9090
    transport: http
    description: MCP adapter for Orbital Query API — Caches. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: orbital-list-cache-configurations
      description: Orbital List cache configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: query-caches.listcaches
      outputParameters:
      - type: object
        mapping: $.