Factset · Capability

FactSet ESG API — Articles

FactSet ESG API — Articles. 4 operations. Lead operation: Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetArticles

What You Can Do

GET
Getsasbarticles — Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day.
/v1/factset-esg/v1/sasb-articles
POST
Getsasbarticlesforlist — Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day
/v1/factset-esg/v1/sasb-articles
GET
Getsdgarticles — Factset Request Articles Tagged With Sdg Lens Categories From 2016-01-01 to Previous Day.
/v1/factset-esg/v1/sdg-articles
POST
Getsdgarticlesforlist — Factset Request Articles Tagged With Sdg Lens Categories From 2016-01-01 to Previous Day
/v1/factset-esg/v1/sdg-articles

MCP Tools

factset-request-articles-tagged-sasb

Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day.

read-only idempotent
factset-request-articles-tagged-sasb-2

Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day

factset-request-articles-tagged-sdg

Factset Request Articles Tagged With Sdg Lens Categories From 2016-01-01 to Previous Day.

read-only idempotent
factset-request-articles-tagged-sdg-2

Factset Request Articles Tagged With Sdg Lens Categories From 2016-01-01 to Previous Day

Capability Spec

esg-articles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet ESG API — Articles
  description: 'FactSet ESG API — Articles. 4 operations. Lead operation: Factset Request Articles Tagged With Sasb Lens Categories
    From 2016-01-01 to Previous Day.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Articles
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: esg-articles
    baseUri: https://api.factset.com/content
    description: FactSet ESG API — Articles business capability. Self-contained, no shared references.
    resources:
    - name: factset-esg-v1-sasb-articles
      path: /factset-esg/v1/sasb-articles
      operations:
      - name: getsasbarticles
        method: GET
        description: Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getsasbarticlesforlist
        method: POST
        description: Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day
        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-articles
      path: /factset-esg/v1/sdg-articles
      operations:
      - name: getsdgarticles
        method: GET
        description: Factset Request Articles Tagged With Sdg Lens Categories From 2016-01-01 to Previous Day.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getsdgarticlesforlist
        method: POST
        description: Factset Request Articles Tagged With Sdg Lens Categories From 2016-01-01 to Previous Day
        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-articles-rest
    port: 8080
    description: REST adapter for FactSet ESG API — Articles. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-esg/v1/sasb-articles
      name: factset-esg-v1-sasb-articles
      description: REST surface for factset-esg-v1-sasb-articles.
      operations:
      - method: GET
        name: getsasbarticles
        description: Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day.
        call: esg-articles.getsasbarticles
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getsasbarticlesforlist
        description: Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day
        call: esg-articles.getsasbarticlesforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-esg/v1/sdg-articles
      name: factset-esg-v1-sdg-articles
      description: REST surface for factset-esg-v1-sdg-articles.
      operations:
      - method: GET
        name: getsdgarticles
        description: Factset Request Articles Tagged With Sdg Lens Categories From 2016-01-01 to Previous Day.
        call: esg-articles.getsdgarticles
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getsdgarticlesforlist
        description: Factset Request Articles Tagged With Sdg Lens Categories From 2016-01-01 to Previous Day
        call: esg-articles.getsdgarticlesforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: esg-articles-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet ESG API — Articles. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: factset-request-articles-tagged-sasb
      description: Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: esg-articles.getsasbarticles
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-request-articles-tagged-sasb-2
      description: Factset Request Articles Tagged With Sasb Lens Categories From 2016-01-01 to Previous Day
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: esg-articles.getsasbarticlesforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-request-articles-tagged-sdg
      description: Factset Request Articles Tagged With Sdg Lens Categories From 2016-01-01 to Previous Day.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: esg-articles.getsdgarticles
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-request-articles-tagged-sdg-2
      description: Factset Request Articles Tagged With Sdg Lens Categories From 2016-01-01 to Previous Day
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: esg-articles.getsdgarticlesforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.