Factset · Capability

FactSet ESG API — Spotlights

FactSet ESG API — Spotlights. 4 operations. Lead operation: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and Systematic Trading Strategies and Portfolio Management. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSpotlights

What You Can Do

GET
Getsasbspotlights — Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and Systematic Trading Strategies and Portfolio Management
/v1/factset-esg/v1/sasb-spotlights
POST
Getsasbspotlightsforlist — Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and Systematic Trading Strategies and Portfolio Management
/v1/factset-esg/v1/sasb-spotlights
GET
Getsdgspotlights — Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and Systematic Trading Strategies and Portfolio Management
/v1/factset-esg/v1/sdg-spotlights
POST
Getsdgspotlightsforlist — Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and Systematic Trading Strategies and Portfolio Management
/v1/factset-esg/v1/sdg-spotlights

MCP Tools

factset-gets-spotlight-data-most

Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and Systematic Trading Strategies and Portfolio Management

read-only idempotent
factset-gets-spotlight-data-most-2

Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and Systematic Trading Strategies and Portfolio Management

factset-gets-spotlight-data-most-3

Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and Systematic Trading Strategies and Portfolio Management

read-only idempotent
factset-gets-spotlight-data-most-4

Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and Systematic Trading Strategies and Portfolio Management

Capability Spec

esg-spotlights.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet ESG API — Spotlights
  description: 'FactSet ESG API — Spotlights. 4 operations. Lead operation: Factset Gets Spotlight Data for the Most Important
    Positive and Negative Esg Events to Enable Timely and Systematic Trading Strategies and Portfolio Management. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Spotlights
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: esg-spotlights
    baseUri: https://api.factset.com/content
    description: FactSet ESG API — Spotlights business capability. Self-contained, no shared references.
    resources:
    - name: factset-esg-v1-sasb-spotlights
      path: /factset-esg/v1/sasb-spotlights
      operations:
      - name: getsasbspotlights
        method: GET
        description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely
          and Systematic Trading Strategies and Portfolio Management
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getsasbspotlightsforlist
        method: POST
        description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely
          and Systematic Trading Strategies and Portfolio Management
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-esg-v1-sdg-spotlights
      path: /factset-esg/v1/sdg-spotlights
      operations:
      - name: getsdgspotlights
        method: GET
        description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely
          and Systematic Trading Strategies and Portfolio Management
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getsdgspotlightsforlist
        method: POST
        description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely
          and Systematic Trading Strategies and Portfolio Management
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: esg-spotlights-rest
    port: 8080
    description: REST adapter for FactSet ESG API — Spotlights. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-esg/v1/sasb-spotlights
      name: factset-esg-v1-sasb-spotlights
      description: REST surface for factset-esg-v1-sasb-spotlights.
      operations:
      - method: GET
        name: getsasbspotlights
        description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely
          and Systematic Trading Strategies and Portfolio Management
        call: esg-spotlights.getsasbspotlights
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getsasbspotlightsforlist
        description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely
          and Systematic Trading Strategies and Portfolio Management
        call: esg-spotlights.getsasbspotlightsforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-esg/v1/sdg-spotlights
      name: factset-esg-v1-sdg-spotlights
      description: REST surface for factset-esg-v1-sdg-spotlights.
      operations:
      - method: GET
        name: getsdgspotlights
        description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely
          and Systematic Trading Strategies and Portfolio Management
        call: esg-spotlights.getsdgspotlights
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getsdgspotlightsforlist
        description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely
          and Systematic Trading Strategies and Portfolio Management
        call: esg-spotlights.getsdgspotlightsforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: esg-spotlights-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet ESG API — Spotlights. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-gets-spotlight-data-most
      description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and
        Systematic Trading Strategies and Portfolio Management
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: esg-spotlights.getsasbspotlights
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-spotlight-data-most-2
      description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and
        Systematic Trading Strategies and Portfolio Management
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: esg-spotlights.getsasbspotlightsforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-spotlight-data-most-3
      description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and
        Systematic Trading Strategies and Portfolio Management
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: esg-spotlights.getsdgspotlights
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-spotlight-data-most-4
      description: Factset Gets Spotlight Data for the Most Important Positive and Negative Esg Events to Enable Timely and
        Systematic Trading Strategies and Portfolio Management
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: esg-spotlights.getsdgspotlightsforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.