RTX · Capability

RTX EAGLE API — Analytics

RTX EAGLE API — Analytics. 1 operations. Lead operation: List Analytics Jobs. Self-contained Naftiko capability covering one Rtx business surface.

Run with Naftiko RtxAnalytics

What You Can Do

GET
Listanalytics — List Analytics Jobs
/v1/analytics

MCP Tools

list-analytics-jobs

List Analytics Jobs

read-only idempotent

Capability Spec

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