General Dynamics · Capability

General Dynamics Mission Systems API — Systems

General Dynamics Mission Systems API — Systems. 2 operations. Lead operation: Get Systems. Self-contained Naftiko capability covering one General Dynamics business surface.

Run with Naftiko General DynamicsSystems

What You Can Do

GET
Getsystems — Get Systems
/v1/systems
GET
Getsystembyid — Get System by ID
/v1/systems/{systemid}

MCP Tools

get-systems

Get Systems

read-only idempotent
get-system-id

Get System by ID

read-only idempotent

Capability Spec

mission-systems-systems.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: General Dynamics Mission Systems API — Systems
  description: 'General Dynamics Mission Systems API — Systems. 2 operations. Lead operation: Get Systems. Self-contained
    Naftiko capability covering one General Dynamics business surface.'
  tags:
  - General Dynamics
  - Systems
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GENERAL_DYNAMICS_API_KEY: GENERAL_DYNAMICS_API_KEY
capability:
  consumes:
  - type: http
    namespace: mission-systems-systems
    baseUri: https://api.gdmissionsystems.com
    description: General Dynamics Mission Systems API — Systems business capability. Self-contained, no shared references.
    resources:
    - name: systems
      path: /systems
      operations:
      - name: getsystems
        method: GET
        description: Get Systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: systems-systemId
      path: /systems/{systemId}
      operations:
      - name: getsystembyid
        method: GET
        description: Get System by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: systemId
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: mission-systems-systems-rest
    port: 8080
    description: REST adapter for General Dynamics Mission Systems API — Systems. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/systems
      name: systems
      description: REST surface for systems.
      operations:
      - method: GET
        name: getsystems
        description: Get Systems
        call: mission-systems-systems.getsystems
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/systems/{systemid}
      name: systems-systemid
      description: REST surface for systems-systemId.
      operations:
      - method: GET
        name: getsystembyid
        description: Get System by ID
        call: mission-systems-systems.getsystembyid
        with:
          systemId: rest.systemId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mission-systems-systems-mcp
    port: 9090
    transport: http
    description: MCP adapter for General Dynamics Mission Systems API — Systems. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-systems
      description: Get Systems
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mission-systems-systems.getsystems
      outputParameters:
      - type: object
        mapping: $.
    - name: get-system-id
      description: Get System by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mission-systems-systems.getsystembyid
      with:
        systemId: tools.systemId
      outputParameters:
      - type: object
        mapping: $.