StackRox · Capability

API Reference — MetadataService

API Reference — MetadataService. 1 operations. Lead operation: MetadataService. Self-contained Naftiko capability covering one Stackrox business surface.

Run with Naftiko StackroxMetadataService

What You Can Do

GET
Getmetadata — getmetadata
/v1/v1/metadata

MCP Tools

getmetadata

getmetadata

read-only idempotent

Capability Spec

stackrox-metadataservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — MetadataService
  description: 'API Reference — MetadataService. 1 operations. Lead operation: MetadataService. Self-contained Naftiko capability
    covering one Stackrox business surface.'
  tags:
  - Stackrox
  - MetadataService
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STACKROX_API_KEY: STACKROX_API_KEY
capability:
  consumes:
  - type: http
    namespace: stackrox-metadataservice
    baseUri: https://{central-host}
    description: API Reference — MetadataService business capability. Self-contained, no shared references.
    resources:
    - name: v1-metadata
      path: /v1/metadata
      operations:
      - name: getmetadata
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.STACKROX_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: stackrox-metadataservice-rest
    port: 8080
    description: REST adapter for API Reference — MetadataService. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/metadata
      name: v1-metadata
      description: REST surface for v1-metadata.
      operations:
      - method: GET
        name: getmetadata
        description: getmetadata
        call: stackrox-metadataservice.getmetadata
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stackrox-metadataservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — MetadataService. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: getmetadata
      description: getmetadata
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stackrox-metadataservice.getmetadata
      outputParameters:
      - type: object
        mapping: $.