Factset · Capability

FactSet StreetAccount News API — Headlines

FactSet StreetAccount News API — Headlines. 2 operations. Lead operation: Factset Retrieve Streetaccount Headlines for Given Filters. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetHeadlines

What You Can Do

POST
Getstreetaccountheadlines — Factset Retrieve Streetaccount Headlines for Given Filters
/v1/streetaccount/headlines
POST
Getstreetaccountheadlinesbyview — Factset Retrieve Streetaccount Headlines for Given View
/v1/streetaccount/views/{id}/headlines

MCP Tools

factset-retrieve-streetaccount-headlines-given

Factset Retrieve Streetaccount Headlines for Given Filters

read-only
factset-retrieve-streetaccount-headlines-given-2

Factset Retrieve Streetaccount Headlines for Given View

read-only

Capability Spec

streetaccount-news-headlines.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet StreetAccount News API — Headlines
  description: 'FactSet StreetAccount News API — Headlines. 2 operations. Lead operation: Factset Retrieve Streetaccount Headlines
    for Given Filters. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Headlines
  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-headlines
    baseUri: https://api.factset.com/research/news/v0
    description: FactSet StreetAccount News API — Headlines business capability. Self-contained, no shared references.
    resources:
    - 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-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-headlines-rest
    port: 8080
    description: REST adapter for FactSet StreetAccount News API — Headlines. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - 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-headlines.getstreetaccountheadlines
        with:
          body: rest.body
        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-headlines.getstreetaccountheadlinesbyview
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: streetaccount-news-headlines-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet StreetAccount News API — Headlines. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-retrieve-streetaccount-headlines-given
      description: Factset Retrieve Streetaccount Headlines for Given Filters
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: streetaccount-news-headlines.getstreetaccountheadlines
      with:
        body: tools.body
      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-headlines.getstreetaccountheadlinesbyview
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.