naftiko: 1.0.0-alpha2 info: label: FactSet Prices API — Batch description: 'FactSet Prices API — Batch. 4 operations. Lead operation: Factset Returns the Response for a Batch Request. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Batch created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: prices-batch baseUri: https://api.factset.com/content description: FactSet Prices API — Batch business capability. Self-contained, no shared references. resources: - name: batch-v1-result path: /batch/v1/result operations: - name: getbatchdata method: GET description: Factset Returns the Response for a Batch Request outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getbatchdatawithpost method: POST description: Factset Returns the Response for a Batch Request outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: batch-v1-status path: /batch/v1/status operations: - name: getbatchstatus method: GET description: Factset Returns the Status for a Batch Request outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getbatchstatuswithpost method: POST description: Factset Returns the Status for a Batch Request 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-batch-rest port: 8080 description: REST adapter for FactSet Prices API — Batch. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/batch/v1/result name: batch-v1-result description: REST surface for batch-v1-result. operations: - method: GET name: getbatchdata description: Factset Returns the Response for a Batch Request call: prices-batch.getbatchdata outputParameters: - type: object mapping: $. - method: POST name: getbatchdatawithpost description: Factset Returns the Response for a Batch Request call: prices-batch.getbatchdatawithpost with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/batch/v1/status name: batch-v1-status description: REST surface for batch-v1-status. operations: - method: GET name: getbatchstatus description: Factset Returns the Status for a Batch Request call: prices-batch.getbatchstatus outputParameters: - type: object mapping: $. - method: POST name: getbatchstatuswithpost description: Factset Returns the Status for a Batch Request call: prices-batch.getbatchstatuswithpost with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: prices-batch-mcp port: 9090 transport: http description: MCP adapter for FactSet Prices API — Batch. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-returns-response-batch-request description: Factset Returns the Response for a Batch Request hints: readOnly: true destructive: false idempotent: true call: prices-batch.getbatchdata outputParameters: - type: object mapping: $. - name: factset-returns-response-batch-request-2 description: Factset Returns the Response for a Batch Request hints: readOnly: false destructive: false idempotent: false call: prices-batch.getbatchdatawithpost with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-returns-status-batch-request description: Factset Returns the Status for a Batch Request hints: readOnly: true destructive: false idempotent: true call: prices-batch.getbatchstatus outputParameters: - type: object mapping: $. - name: factset-returns-status-batch-request-2 description: Factset Returns the Status for a Batch Request hints: readOnly: false destructive: false idempotent: false call: prices-batch.getbatchstatuswithpost with: body: tools.body outputParameters: - type: object mapping: $.