S&P Global · Capability

S&P Global Commodity Insights API — Reference Data

S&P Global Commodity Insights API — Reference Data. 1 operations. Lead operation: Get Symbol Reference Data. Self-contained Naftiko capability covering one Sandp Global business surface.

Run with Naftiko Sandp GlobalReference Data

What You Can Do

GET
Getsymbolreferencedata — Get Symbol Reference Data
/v1/v1/reference/symbols

MCP Tools

get-symbol-reference-data

Get Symbol Reference Data

read-only idempotent

Capability Spec

commodity-insights-reference-data.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: S&P Global Commodity Insights API — Reference Data
  description: 'S&P Global Commodity Insights API — Reference Data. 1 operations. Lead operation: Get Symbol Reference Data.
    Self-contained Naftiko capability covering one Sandp Global business surface.'
  tags:
  - Sandp Global
  - Reference Data
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SANDP_GLOBAL_API_KEY: SANDP_GLOBAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: commodity-insights-reference-data
    baseUri: https://api.platts.com
    description: S&P Global Commodity Insights API — Reference Data business capability. Self-contained, no shared references.
    resources:
    - name: v1-reference-symbols
      path: /v1/reference/symbols
      operations:
      - name: getsymbolreferencedata
        method: GET
        description: Get Symbol Reference Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: symbol
          in: query
          type: string
          description: Filter by specific symbol codes
        - name: commodity
          in: query
          type: string
          description: Filter by commodity type (e.g., Crude Oil, Natural Gas)
        - name: pageSize
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.SANDP_GLOBAL_API_KEY}}'
  exposes:
  - type: rest
    namespace: commodity-insights-reference-data-rest
    port: 8080
    description: REST adapter for S&P Global Commodity Insights API — Reference Data. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/reference/symbols
      name: v1-reference-symbols
      description: REST surface for v1-reference-symbols.
      operations:
      - method: GET
        name: getsymbolreferencedata
        description: Get Symbol Reference Data
        call: commodity-insights-reference-data.getsymbolreferencedata
        with:
          symbol: rest.symbol
          commodity: rest.commodity
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: commodity-insights-reference-data-mcp
    port: 9090
    transport: http
    description: MCP adapter for S&P Global Commodity Insights API — Reference Data. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-symbol-reference-data
      description: Get Symbol Reference Data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: commodity-insights-reference-data.getsymbolreferencedata
      with:
        symbol: tools.symbol
        commodity: tools.commodity
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.