naftiko: 1.0.0-alpha2 info: label: Factset StreetAccount News API — Streetaccount description: 'Factset StreetAccount News API — Streetaccount. 10 operations. Lead operation: Factset Retrieve all StreetAccount filters. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Streetaccount 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-streetaccount baseUri: https://api.factset.com/research/news/v0 description: Factset StreetAccount News API — Streetaccount business capability. Self-contained, no shared references. resources: - name: streetaccount-filters path: /streetaccount/filters operations: - name: getstreetaccountfilters method: GET description: Factset Retrieve all StreetAccount filters outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: structured in: query type: boolean description: Pass structured to generate a structured view of the available filters. - name: flattened in: query type: boolean description: Pass flattened to generate a structured view of the available filters. - name: streetaccount-headlines path: /streetaccount/headlines operations: - name: getstreetaccountheadlines method: POST description: Factset Retrieve StreetAccount headlines for given filters outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - 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 - name: streetaccount-views path: /streetaccount/views operations: - name: getstreetaccountviews method: GET description: Factset Retrieves StreetAccount search views outputRawFormat: json outputParameters: - name: result type: object value: $. - name: streetaccount-views-id path: /streetaccount/views/{id} operations: - name: createstreetaccountview method: POST description: Factset Creates and saves a StreetAccount view outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: view id of the view which is the be created required: true - name: body in: body type: object description: Request body (JSON). required: false - name: editstreetaccountview method: PUT description: Factset Edits and saves an existing StreetAccount view outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: view id of the view to be edited required: true - name: body in: body type: object description: Request body (JSON). required: false - name: deletestreetaccountview method: DELETE description: Factset Deletes an existing StreetAccount view outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: view id of the view to be deleted required: true - name: streetaccount-views-id-headlines path: /streetaccount/views/{id}/headlines operations: - name: getstreetaccountheadlinesbyview method: POST description: Factset Retrieve StreetAccount headlines for given view outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: view id of the view to return headlines for required: true - name: body in: body type: object description: Request body (JSON). required: false authentication: type: bearer token: '{{env.FACTSET_API_KEY}}' exposes: - type: rest namespace: streetaccount-news-streetaccount-rest port: 8080 description: REST adapter for Factset StreetAccount News API — Streetaccount. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/streetaccount/filters name: streetaccount-filters description: REST surface for streetaccount-filters. operations: - method: GET name: getstreetaccountfilters description: Factset Retrieve all StreetAccount filters call: streetaccount-news-streetaccount.getstreetaccountfilters with: structured: rest.structured flattened: rest.flattened outputParameters: - type: object mapping: $. - path: /v1/streetaccount/headlines name: streetaccount-headlines description: REST surface for streetaccount-headlines. operations: - method: POST name: getstreetaccountheadlines description: Factset Retrieve StreetAccount headlines for given filters call: streetaccount-news-streetaccount.getstreetaccountheadlines with: body: rest.body outputParameters: - type: object mapping: $. - 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-streetaccount.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-streetaccount.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-streetaccount.get with: startDate: rest.startDate endDate: rest.endDate outputParameters: - type: object mapping: $. - path: /v1/streetaccount/views name: streetaccount-views description: REST surface for streetaccount-views. operations: - method: GET name: getstreetaccountviews description: Factset Retrieves StreetAccount search views call: streetaccount-news-streetaccount.getstreetaccountviews outputParameters: - type: object mapping: $. - path: /v1/streetaccount/views/{id} name: streetaccount-views-id description: REST surface for streetaccount-views-id. operations: - method: POST name: createstreetaccountview description: Factset Creates and saves a StreetAccount view call: streetaccount-news-streetaccount.createstreetaccountview with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: editstreetaccountview description: Factset Edits and saves an existing StreetAccount view call: streetaccount-news-streetaccount.editstreetaccountview with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletestreetaccountview description: Factset Deletes an existing StreetAccount view call: streetaccount-news-streetaccount.deletestreetaccountview with: id: rest.id outputParameters: - type: object mapping: $. - path: /v1/streetaccount/views/{id}/headlines name: streetaccount-views-id-headlines description: REST surface for streetaccount-views-id-headlines. operations: - method: POST name: getstreetaccountheadlinesbyview description: Factset Retrieve StreetAccount headlines for given view call: streetaccount-news-streetaccount.getstreetaccountheadlinesbyview with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: streetaccount-news-streetaccount-mcp port: 9090 transport: http description: MCP adapter for Factset StreetAccount News API — Streetaccount. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-retrieve-all-streetaccount-filters description: Factset Retrieve all StreetAccount filters hints: readOnly: true destructive: false idempotent: true call: streetaccount-news-streetaccount.getstreetaccountfilters with: structured: tools.structured flattened: tools.flattened outputParameters: - type: object mapping: $. - name: factset-retrieve-streetaccount-headlines-given description: Factset Retrieve StreetAccount headlines for given filters hints: readOnly: true destructive: false idempotent: false call: streetaccount-news-streetaccount.getstreetaccountheadlines with: body: tools.body outputParameters: - type: object mapping: $. - 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-streetaccount.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-streetaccount.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-streetaccount.get with: startDate: tools.startDate endDate: tools.endDate outputParameters: - type: object mapping: $. - name: factset-retrieves-streetaccount-search-views description: Factset Retrieves StreetAccount search views hints: readOnly: true destructive: false idempotent: true call: streetaccount-news-streetaccount.getstreetaccountviews outputParameters: - type: object mapping: $. - name: factset-creates-and-saves-streetaccount description: Factset Creates and saves a StreetAccount view hints: readOnly: false destructive: false idempotent: false call: streetaccount-news-streetaccount.createstreetaccountview with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: factset-edits-and-saves-existing description: Factset Edits and saves an existing StreetAccount view hints: readOnly: false destructive: false idempotent: true call: streetaccount-news-streetaccount.editstreetaccountview with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: factset-deletes-existing-streetaccount-view description: Factset Deletes an existing StreetAccount view hints: readOnly: false destructive: true idempotent: true call: streetaccount-news-streetaccount.deletestreetaccountview with: id: tools.id outputParameters: - type: object mapping: $. - name: factset-retrieve-streetaccount-headlines-given-2 description: Factset Retrieve StreetAccount headlines for given view hints: readOnly: true destructive: false idempotent: false call: streetaccount-news-streetaccount.getstreetaccountheadlinesbyview with: id: tools.id body: tools.body outputParameters: - type: object mapping: $.