Spaceflight News API · Capability

Spaceflight News API — Info

Spaceflight News API — Info. 1 operations. Lead operation: Get API Info. Self-contained Naftiko capability covering one Spaceflight News Api business surface.

Run with Naftiko Spaceflight News ApiInfo

What You Can Do

GET
Getinfo — Get API Info
/v1/info

MCP Tools

get-api-info

Get API Info

read-only idempotent

Capability Spec

spaceflight-news-info.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Spaceflight News API — Info
  description: 'Spaceflight News API — Info. 1 operations. Lead operation: Get API Info. Self-contained Naftiko capability
    covering one Spaceflight News Api business surface.'
  tags:
  - Spaceflight News Api
  - Info
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SPACEFLIGHT_NEWS_API_API_KEY: SPACEFLIGHT_NEWS_API_API_KEY
capability:
  consumes:
  - type: http
    namespace: spaceflight-news-info
    baseUri: https://api.spaceflightnewsapi.net/v4
    description: Spaceflight News API — Info business capability. Self-contained, no shared references.
    resources:
    - name: info
      path: /info/
      operations:
      - name: getinfo
        method: GET
        description: Get API Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: spaceflight-news-info-rest
    port: 8080
    description: REST adapter for Spaceflight News API — Info. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/info
      name: info
      description: REST surface for info.
      operations:
      - method: GET
        name: getinfo
        description: Get API Info
        call: spaceflight-news-info.getinfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: spaceflight-news-info-mcp
    port: 9090
    transport: http
    description: MCP adapter for Spaceflight News API — Info. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-api-info
      description: Get API Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: spaceflight-news-info.getinfo
      outputParameters:
      - type: object
        mapping: $.