naftiko: 1.0.0-alpha2 info: label: FactSet Estimates API — Detail description: 'FactSet Estimates API — Detail. 6 operations. Lead operation: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Detail created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: estimates-detail baseUri: https://api.factset.com/content description: FactSet Estimates API — Detail business capability. Self-contained, no shared references. resources: - name: factset-estimates-v2-detail-ratings path: /factset-estimates/v2/detail-ratings operations: - name: getdetailratings method: GET description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell. outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getdetailratingsforlist method: POST description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: factset-estimates-v2-fixed-detail path: /factset-estimates/v2/fixed-detail operations: - name: getfixeddetail method: GET description: Factset Estimates Detail Data for Fixed Fiscal Periods outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getfixeddetailforlist method: POST description: Factset Estimates Detail Data for Fixed Fiscal Periods outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: factset-estimates-v2-rolling-detail path: /factset-estimates/v2/rolling-detail operations: - name: getrollingdetail method: GET description: Factset Estimates Detail Data for Rolling Fiscal Periods outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getrollingdetailforlist method: POST description: Factset Estimates Detail Data for Rolling Fiscal Periods outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: basic username: '{{env.FACTSET_USER}}' password: '{{env.FACTSET_PASS}}' exposes: - type: rest namespace: estimates-detail-rest port: 8080 description: REST adapter for FactSet Estimates API — Detail. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/factset-estimates/v2/detail-ratings name: factset-estimates-v2-detail-ratings description: REST surface for factset-estimates-v2-detail-ratings. operations: - method: GET name: getdetailratings description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell. call: estimates-detail.getdetailratings outputParameters: - type: object mapping: $. - method: POST name: getdetailratingsforlist description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell. call: estimates-detail.getdetailratingsforlist with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/factset-estimates/v2/fixed-detail name: factset-estimates-v2-fixed-detail description: REST surface for factset-estimates-v2-fixed-detail. operations: - method: GET name: getfixeddetail description: Factset Estimates Detail Data for Fixed Fiscal Periods call: estimates-detail.getfixeddetail outputParameters: - type: object mapping: $. - method: POST name: getfixeddetailforlist description: Factset Estimates Detail Data for Fixed Fiscal Periods call: estimates-detail.getfixeddetailforlist with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/factset-estimates/v2/rolling-detail name: factset-estimates-v2-rolling-detail description: REST surface for factset-estimates-v2-rolling-detail. operations: - method: GET name: getrollingdetail description: Factset Estimates Detail Data for Rolling Fiscal Periods call: estimates-detail.getrollingdetail outputParameters: - type: object mapping: $. - method: POST name: getrollingdetailforlist description: Factset Estimates Detail Data for Rolling Fiscal Periods call: estimates-detail.getrollingdetailforlist with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: estimates-detail-mcp port: 9090 transport: http description: MCP adapter for FactSet Estimates API — Detail. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-broker-detail-estimates-fetch description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell. hints: readOnly: true destructive: false idempotent: true call: estimates-detail.getdetailratings outputParameters: - type: object mapping: $. - name: factset-broker-detail-estimates-fetch-2 description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell. hints: readOnly: true destructive: false idempotent: false call: estimates-detail.getdetailratingsforlist with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-estimates-detail-data-fixed description: Factset Estimates Detail Data for Fixed Fiscal Periods hints: readOnly: true destructive: false idempotent: true call: estimates-detail.getfixeddetail outputParameters: - type: object mapping: $. - name: factset-estimates-detail-data-fixed-2 description: Factset Estimates Detail Data for Fixed Fiscal Periods hints: readOnly: false destructive: false idempotent: false call: estimates-detail.getfixeddetailforlist with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-estimates-detail-data-rolling description: Factset Estimates Detail Data for Rolling Fiscal Periods hints: readOnly: true destructive: false idempotent: true call: estimates-detail.getrollingdetail outputParameters: - type: object mapping: $. - name: factset-estimates-detail-data-rolling-2 description: Factset Estimates Detail Data for Rolling Fiscal Periods hints: readOnly: false destructive: false idempotent: false call: estimates-detail.getrollingdetailforlist with: body: tools.body outputParameters: - type: object mapping: $.