naftiko: 1.0.0-alpha2 info: label: FactSet StreetAccount News API — Historical description: 'FactSet StreetAccount News API — Historical. 3 operations. Lead operation: Factset Returns the Status and Percentage of Completion for the Requested Jobid. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Historical created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: streetaccount-news-historical baseUri: https://api.factset.com/research/news/v0 description: FactSet StreetAccount News API — Historical business capability. Self-contained, no shared references. resources: - name: streetaccount-historical-check-status path: /streetaccount/historical/check-status operations: - name: get method: GET description: Factset Returns the Status and Percentage of Completion for the Requested Jobid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: jobID in: query type: string description: jobID returned by the request-files endpoint to know the status and percentDone required: true - name: _paginationLimit in: query type: integer description: Specifies the maximum number of results to return per result - name: _paginationOffset in: query type: integer description: Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results - name: streetaccount-historical-get-files path: /streetaccount/historical/get-files operations: - name: get method: GET description: Factset Returns the Streetaccount Xml Files for the Specified Date Range outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: jobID in: query type: string description: jobID returned by the request-files endpoint to collect the results of the query required: true - name: _paginationLimit in: query type: integer description: Specifies the maximum number of results to return per result - name: _paginationOffset in: query type: integer description: Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results - name: streetaccount-historical-request-files path: /streetaccount/historical/request-files operations: - name: get method: GET description: Factset Returns the Jobid outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: startDate in: query type: string description: Date from which data is required. Should be YYYY-MM-DDTHH:MM:SSZ format required: true - name: endDate in: query type: string description: The date until which the data is to be fetched. Should be YYYY-MM-DDTHH:MM:SSZ format required: true authentication: type: bearer token: '{{env.FACTSET_API_KEY}}' exposes: - type: rest namespace: streetaccount-news-historical-rest port: 8080 description: REST adapter for FactSet StreetAccount News API — Historical. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/streetaccount/historical/check-status name: streetaccount-historical-check-status description: REST surface for streetaccount-historical-check-status. operations: - method: GET name: get description: Factset Returns the Status and Percentage of Completion for the Requested Jobid call: streetaccount-news-historical.get with: jobID: rest.jobID _paginationLimit: rest._paginationLimit _paginationOffset: rest._paginationOffset outputParameters: - type: object mapping: $. - path: /v1/streetaccount/historical/get-files name: streetaccount-historical-get-files description: REST surface for streetaccount-historical-get-files. operations: - method: GET name: get description: Factset Returns the Streetaccount Xml Files for the Specified Date Range call: streetaccount-news-historical.get with: jobID: rest.jobID _paginationLimit: rest._paginationLimit _paginationOffset: rest._paginationOffset outputParameters: - type: object mapping: $. - path: /v1/streetaccount/historical/request-files name: streetaccount-historical-request-files description: REST surface for streetaccount-historical-request-files. operations: - method: GET name: get description: Factset Returns the Jobid call: streetaccount-news-historical.get with: startDate: rest.startDate endDate: rest.endDate outputParameters: - type: object mapping: $. - type: mcp namespace: streetaccount-news-historical-mcp port: 9090 transport: http description: MCP adapter for FactSet StreetAccount News API — Historical. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-returns-status-and-percentage description: Factset Returns the Status and Percentage of Completion for the Requested Jobid hints: readOnly: true destructive: false idempotent: true call: streetaccount-news-historical.get with: jobID: tools.jobID _paginationLimit: tools._paginationLimit _paginationOffset: tools._paginationOffset outputParameters: - type: object mapping: $. - name: factset-returns-streetaccount-xml-files description: Factset Returns the Streetaccount Xml Files for the Specified Date Range hints: readOnly: true destructive: false idempotent: true call: streetaccount-news-historical.get with: jobID: tools.jobID _paginationLimit: tools._paginationLimit _paginationOffset: tools._paginationOffset outputParameters: - type: object mapping: $. - name: factset-returns-jobid description: Factset Returns the Jobid hints: readOnly: true destructive: false idempotent: true call: streetaccount-news-historical.get with: startDate: tools.startDate endDate: tools.endDate outputParameters: - type: object mapping: $.