naftiko: 1.0.0-alpha2 info: label: FactSet StreetAccount News API — Street Account description: 'FactSet StreetAccount News API — Street Account. 10 operations. Lead operation: Factset Retrieve All Streetaccount Filters. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Street Account 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-street-account baseUri: https://api.factset.com/research/news/v0 description: FactSet StreetAccount News API — Street Account 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-street-account-rest port: 8080 description: REST adapter for FactSet StreetAccount News API — Street Account. 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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.getstreetaccountheadlinesbyview with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: streetaccount-news-street-account-mcp port: 9090 transport: http description: MCP adapter for FactSet StreetAccount News API — Street Account. 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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.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-street-account.getstreetaccountheadlinesbyview with: id: tools.id body: tools.body outputParameters: - type: object mapping: $.