Kuma · Capability

Kuma API — GlobalInsight

Kuma API — GlobalInsight. 1 operations. Lead operation: Get Global Insight. Self-contained Naftiko capability covering one Kuma business surface.

Run with Naftiko KumaGlobalInsight

What You Can Do

GET
Getglobalinsight — Get Global Insight
/v1/global-insight

MCP Tools

get-global-insight

Get Global Insight

read-only idempotent

Capability Spec

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