naftiko: 1.0.0-alpha2 info: label: FactSet ESG API — Scores description: 'FactSet ESG API — Scores. 6 operations. Lead operation: Factset Gets Short-term, Long-term, and Momentum Scores Based on the 26 Esg Categories Defined by the Sustainability Accounting Standards Board (sasb).. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Scores created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: esg-scores baseUri: https://api.factset.com/content description: FactSet ESG API — Scores business capability. Self-contained, no shared references. resources: - name: factset-esg-v1-sasb-scores path: /factset-esg/v1/sasb-scores operations: - name: getsasbscores method: GET description: Factset Gets Short-term, Long-term, and Momentum Scores Based on the 26 Esg Categories Defined by the Sustainability Accounting Standards Board (sasb). outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getsasbscorespost method: POST description: Factset for a Large List of Ids, Gets Short-term, Long-term, and Momentum Scores Based on the 26 Esg Categories Defined by the Sustainability Accounting Standards Board (sasb). 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-sasb-scores-all path: /factset-esg/v1/sasb-scores-all operations: - name: getsasbscoresall method: GET description: Factset Gets a Flat Key Value Array of Scores for Named Categories of the Input Scoretype(s). outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getsasbscoresallpost method: POST description: Factset Gets a Flat Key Value Array of Scores for Named Categories of the Input Score Type(s). 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-scores path: /factset-esg/v1/sdg-scores operations: - name: getsdgscores method: GET description: Factset Gets Short-term, Long-term, and Momentum Scores Based on the 16 Sustainable Development Goals Categories Defined by the United Nations. outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getsdgscorespost method: POST description: Factset Gets Short-term, Long-term, and Momentum Scores Based on the 16 Sustainable Development Goals Categories Defined by United Nations. 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-scores-rest port: 8080 description: REST adapter for FactSet ESG API — Scores. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/factset-esg/v1/sasb-scores name: factset-esg-v1-sasb-scores description: REST surface for factset-esg-v1-sasb-scores. operations: - method: GET name: getsasbscores description: Factset Gets Short-term, Long-term, and Momentum Scores Based on the 26 Esg Categories Defined by the Sustainability Accounting Standards Board (sasb). call: esg-scores.getsasbscores outputParameters: - type: object mapping: $. - method: POST name: getsasbscorespost description: Factset for a Large List of Ids, Gets Short-term, Long-term, and Momentum Scores Based on the 26 Esg Categories Defined by the Sustainability Accounting Standards Board (sasb). call: esg-scores.getsasbscorespost with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/factset-esg/v1/sasb-scores-all name: factset-esg-v1-sasb-scores-all description: REST surface for factset-esg-v1-sasb-scores-all. operations: - method: GET name: getsasbscoresall description: Factset Gets a Flat Key Value Array of Scores for Named Categories of the Input Scoretype(s). call: esg-scores.getsasbscoresall outputParameters: - type: object mapping: $. - method: POST name: getsasbscoresallpost description: Factset Gets a Flat Key Value Array of Scores for Named Categories of the Input Score Type(s). call: esg-scores.getsasbscoresallpost with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/factset-esg/v1/sdg-scores name: factset-esg-v1-sdg-scores description: REST surface for factset-esg-v1-sdg-scores. operations: - method: GET name: getsdgscores description: Factset Gets Short-term, Long-term, and Momentum Scores Based on the 16 Sustainable Development Goals Categories Defined by the United Nations. call: esg-scores.getsdgscores outputParameters: - type: object mapping: $. - method: POST name: getsdgscorespost description: Factset Gets Short-term, Long-term, and Momentum Scores Based on the 16 Sustainable Development Goals Categories Defined by United Nations. call: esg-scores.getsdgscorespost with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: esg-scores-mcp port: 9090 transport: http description: MCP adapter for FactSet ESG API — Scores. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-gets-short-term-long description: Factset Gets Short-term, Long-term, and Momentum Scores Based on the 26 Esg Categories Defined by the Sustainability Accounting Standards Board (sasb). hints: readOnly: true destructive: false idempotent: true call: esg-scores.getsasbscores outputParameters: - type: object mapping: $. - name: factset-large-list-ids-gets description: Factset for a Large List of Ids, Gets Short-term, Long-term, and Momentum Scores Based on the 26 Esg Categories Defined by the Sustainability Accounting Standards Board (sasb). hints: readOnly: true destructive: false idempotent: false call: esg-scores.getsasbscorespost with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-gets-flat-key-value description: Factset Gets a Flat Key Value Array of Scores for Named Categories of the Input Scoretype(s). hints: readOnly: true destructive: false idempotent: true call: esg-scores.getsasbscoresall outputParameters: - type: object mapping: $. - name: factset-gets-flat-key-value-2 description: Factset Gets a Flat Key Value Array of Scores for Named Categories of the Input Score Type(s). hints: readOnly: false destructive: false idempotent: false call: esg-scores.getsasbscoresallpost with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-gets-short-term-long-2 description: Factset Gets Short-term, Long-term, and Momentum Scores Based on the 16 Sustainable Development Goals Categories Defined by the United Nations. hints: readOnly: true destructive: false idempotent: true call: esg-scores.getsdgscores outputParameters: - type: object mapping: $. - name: factset-gets-short-term-long-3 description: Factset Gets Short-term, Long-term, and Momentum Scores Based on the 16 Sustainable Development Goals Categories Defined by United Nations. hints: readOnly: false destructive: false idempotent: false call: esg-scores.getsdgscorespost with: body: tools.body outputParameters: - type: object mapping: $.