naftiko: 1.0.0-alpha2 info: label: FactSet Prices API — Income description: 'FactSet Prices API — Income. 2 operations. Lead operation: Factset Gets Pricing for a List of Fixed Income Securities. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Income created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: prices-income baseUri: https://api.factset.com/content description: FactSet Prices API — Income business capability. Self-contained, no shared references. resources: - name: factset-prices-v1-fixed-income path: /factset-prices/v1/fixed-income operations: - name: getfixedsecurityprices method: GET description: Factset Gets Pricing for a List of Fixed Income Securities outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getfixedsecuritypricesforlist method: POST description: Factset Requests Pricing for a List of Fixed Income Securities for Date Range Requested 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: prices-income-rest port: 8080 description: REST adapter for FactSet Prices API — Income. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/factset-prices/v1/fixed-income name: factset-prices-v1-fixed-income description: REST surface for factset-prices-v1-fixed-income. operations: - method: GET name: getfixedsecurityprices description: Factset Gets Pricing for a List of Fixed Income Securities call: prices-income.getfixedsecurityprices outputParameters: - type: object mapping: $. - method: POST name: getfixedsecuritypricesforlist description: Factset Requests Pricing for a List of Fixed Income Securities for Date Range Requested call: prices-income.getfixedsecuritypricesforlist with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: prices-income-mcp port: 9090 transport: http description: MCP adapter for FactSet Prices API — Income. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-gets-pricing-list-fixed description: Factset Gets Pricing for a List of Fixed Income Securities hints: readOnly: true destructive: false idempotent: true call: prices-income.getfixedsecurityprices outputParameters: - type: object mapping: $. - name: factset-requests-pricing-list-fixed description: Factset Requests Pricing for a List of Fixed Income Securities for Date Range Requested hints: readOnly: true destructive: false idempotent: false call: prices-income.getfixedsecuritypricesforlist with: body: tools.body outputParameters: - type: object mapping: $.