Factset · Capability

FactSet ESG API — Ranks

FactSet ESG API — Ranks. 2 operations. Lead operation: Factset Gets Esg Rankings for a Requested List of Ids and Dates.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetRanks

What You Can Do

GET
Getsasbranks — Factset Gets Esg Rankings for a Requested List of Ids and Dates.
/v1/factset-esg/v1/sasb-ranks
POST
Getsasbrankspost — Factset Get Esg Ranks for a Large List of Ids and Specified Date Range.
/v1/factset-esg/v1/sasb-ranks

MCP Tools

factset-gets-esg-rankings-requested

Factset Gets Esg Rankings for a Requested List of Ids and Dates.

read-only idempotent
factset-get-esg-ranks-large

Factset Get Esg Ranks for a Large List of Ids and Specified Date Range.

read-only

Capability Spec

esg-ranks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet ESG API — Ranks
  description: 'FactSet ESG API — Ranks. 2 operations. Lead operation: Factset Gets Esg Rankings for a Requested List of Ids
    and Dates.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Ranks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: esg-ranks
    baseUri: https://api.factset.com/content
    description: FactSet ESG API — Ranks business capability. Self-contained, no shared references.
    resources:
    - name: factset-esg-v1-sasb-ranks
      path: /factset-esg/v1/sasb-ranks
      operations:
      - name: getsasbranks
        method: GET
        description: Factset Gets Esg Rankings for a Requested List of Ids and Dates.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getsasbrankspost
        method: POST
        description: Factset Get Esg Ranks for a Large List of Ids and Specified Date Range.
        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-ranks-rest
    port: 8080
    description: REST adapter for FactSet ESG API — Ranks. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-esg/v1/sasb-ranks
      name: factset-esg-v1-sasb-ranks
      description: REST surface for factset-esg-v1-sasb-ranks.
      operations:
      - method: GET
        name: getsasbranks
        description: Factset Gets Esg Rankings for a Requested List of Ids and Dates.
        call: esg-ranks.getsasbranks
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getsasbrankspost
        description: Factset Get Esg Ranks for a Large List of Ids and Specified Date Range.
        call: esg-ranks.getsasbrankspost
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: esg-ranks-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet ESG API — Ranks. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: factset-gets-esg-rankings-requested
      description: Factset Gets Esg Rankings for a Requested List of Ids and Dates.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: esg-ranks.getsasbranks
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-esg-ranks-large
      description: Factset Get Esg Ranks for a Large List of Ids and Specified Date Range.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: esg-ranks.getsasbrankspost
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.