Factset · Capability

FactSet Real-Time News API — News

FactSet Real-Time News API — News. 15 operations. Lead operation: Factset Details for a News Article.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetNews

What You Can Do

GET
Getnewsarticleget — Factset Details for a News Article.
/v1/news/article/get
POST
Postnewsarticlelist — Factset List of News Articles.
/v1/news/article/list
POST
Postnewsarticlelistbychain — Factset List News Articles of an Article Chain.
/v1/news/article/listbychain
POST
Postnewsarticlelistbyindex — Factset News Articles for Instruments That Are Constituents of the Given Indices.
/v1/news/article/listbyindex
POST
Postnewsarticlelistbyinstrument — Factset News Articles for Instruments.
/v1/news/article/listbyinstrument
POST
Postnewsarticlelistbymediakind — Factset List News Articles Which Contain Media of Specific Media Kinds.
/v1/news/article/listbymediakind
POST
Postnewsarticlesearchbytext — Factset Search for News Articles Using a Fulltext Search.
/v1/news/article/searchbytext
GET
Getnewsarticletypeget — Factset Details for a News Article Type.
/v1/news/article/type/get
GET
Getnewsarticletypelist — Factset List of News Article Types.
/v1/news/article/type/list
GET
Getnewsdistributorget — Factset Details of a Distributor.
/v1/news/distributor/get
GET
Getnewsdistributorlist — Factset List of Distributors.
/v1/news/distributor/list
GET
Getnewspublisherget — Factset Details of a Publisher.
/v1/news/publisher/get
GET
Getnewspublisherlist — Factset List of Publishers.
/v1/news/publisher/list
GET
Getnewspublisherlistbydistributor — Factset List of Publishers Provided by the Given Distributor.
/v1/news/publisher/listbydistributor
POST
Postnewspublishersearchbyname — Factset Search for Publishers.
/v1/news/publisher/searchbyname

MCP Tools

factset-details-news-article

Factset Details for a News Article.

read-only idempotent
factset-list-news-articles

Factset List of News Articles.

read-only
factset-list-news-articles-article

Factset List News Articles of an Article Chain.

read-only
factset-news-articles-instruments-that

Factset News Articles for Instruments That Are Constituents of the Given Indices.

factset-news-articles-instruments

Factset News Articles for Instruments.

factset-list-news-articles-which

Factset List News Articles Which Contain Media of Specific Media Kinds.

read-only
factset-search-news-articles-using

Factset Search for News Articles Using a Fulltext Search.

read-only
factset-details-news-article-type

Factset Details for a News Article Type.

read-only idempotent
factset-list-news-article-types

Factset List of News Article Types.

read-only idempotent
factset-details-distributor

Factset Details of a Distributor.

read-only idempotent
factset-list-distributors

Factset List of Distributors.

read-only idempotent
factset-details-publisher

Factset Details of a Publisher.

read-only idempotent
factset-list-publishers

Factset List of Publishers.

read-only idempotent
factset-list-publishers-provided-given

Factset List of Publishers Provided by the Given Distributor.

read-only idempotent
factset-search-publishers

Factset Search for Publishers.

read-only

Capability Spec

real-time-news-news.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time News API — News
  description: 'FactSet Real-Time News API — News. 15 operations. Lead operation: Factset Details for a News Article.. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - News
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: real-time-news-news
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time News API — News business capability. Self-contained, no shared references.
    resources:
    - name: news-article-get
      path: /news/article/get
      operations:
      - name: getnewsarticleget
        method: GET
        description: Factset Details for a News Article.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: code
          in: query
          type: string
          required: true
        - name: includeMedia
          in: query
          type: boolean
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _language
          in: query
          type: string
    - name: news-article-list
      path: /news/article/list
      operations:
      - name: postnewsarticlelist
        method: POST
        description: Factset List of News Articles.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: news-article-listByChain
      path: /news/article/listByChain
      operations:
      - name: postnewsarticlelistbychain
        method: POST
        description: Factset List News Articles of an Article Chain.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: news-article-listByIndex
      path: /news/article/listByIndex
      operations:
      - name: postnewsarticlelistbyindex
        method: POST
        description: Factset News Articles for Instruments That Are Constituents of the Given Indices.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: news-article-listByInstrument
      path: /news/article/listByInstrument
      operations:
      - name: postnewsarticlelistbyinstrument
        method: POST
        description: Factset News Articles for Instruments.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: news-article-listByMediaKind
      path: /news/article/listByMediaKind
      operations:
      - name: postnewsarticlelistbymediakind
        method: POST
        description: Factset List News Articles Which Contain Media of Specific Media Kinds.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: news-article-searchByText
      path: /news/article/searchByText
      operations:
      - name: postnewsarticlesearchbytext
        method: POST
        description: Factset Search for News Articles Using a Fulltext Search.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: news-article-type-get
      path: /news/article/type/get
      operations:
      - name: getnewsarticletypeget
        method: GET
        description: Factset Details for a News Article Type.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: number
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _language
          in: query
          type: string
    - name: news-article-type-list
      path: /news/article/type/list
      operations:
      - name: getnewsarticletypelist
        method: GET
        description: Factset List of News Article Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _language
          in: query
          type: string
    - name: news-distributor-get
      path: /news/distributor/get
      operations:
      - name: getnewsdistributorget
        method: GET
        description: Factset Details of a Distributor.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: number
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
    - name: news-distributor-list
      path: /news/distributor/list
      operations:
      - name: getnewsdistributorlist
        method: GET
        description: Factset List of Distributors.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          in: query
          type: array
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _sort
          in: query
          type: array
          description: Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which
            case it is descending. A list of at most 1 (possibly prefixed
    - name: news-publisher-get
      path: /news/publisher/get
      operations:
      - name: getnewspublisherget
        method: GET
        description: Factset Details of a Publisher.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: number
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
    - name: news-publisher-list
      path: /news/publisher/list
      operations:
      - name: getnewspublisherlist
        method: GET
        description: Factset List of Publishers.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          in: query
          type: array
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _sort
          in: query
          type: array
          description: Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which
            case it is descending. A list of at most 1 (possibly prefixed
        - name: _paginationOffset
          in: query
          type: number
          description: Non-negative number of entries to skip, or 0 (default).
        - name: _paginationLimit
          in: query
          type: number
          description: Non-negative maximum number of entries to return.
    - name: news-publisher-listByDistributor
      path: /news/publisher/listByDistributor
      operations:
      - name: getnewspublisherlistbydistributor
        method: GET
        description: Factset List of Publishers Provided by the Given Distributor.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: number
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _sort
          in: query
          type: array
          description: Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which
            case it is descending. A list of at most 1 (possibly prefixed
    - name: news-publisher-searchByName
      path: /news/publisher/searchByName
      operations:
      - name: postnewspublishersearchbyname
        method: POST
        description: Factset Search for Publishers.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-news-news-rest
    port: 8080
    description: REST adapter for FactSet Real-Time News API — News. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/news/article/get
      name: news-article-get
      description: REST surface for news-article-get.
      operations:
      - method: GET
        name: getnewsarticleget
        description: Factset Details for a News Article.
        call: real-time-news-news.getnewsarticleget
        with:
          code: rest.code
          includeMedia: rest.includeMedia
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/article/list
      name: news-article-list
      description: REST surface for news-article-list.
      operations:
      - method: POST
        name: postnewsarticlelist
        description: Factset List of News Articles.
        call: real-time-news-news.postnewsarticlelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/article/listbychain
      name: news-article-listbychain
      description: REST surface for news-article-listByChain.
      operations:
      - method: POST
        name: postnewsarticlelistbychain
        description: Factset List News Articles of an Article Chain.
        call: real-time-news-news.postnewsarticlelistbychain
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/article/listbyindex
      name: news-article-listbyindex
      description: REST surface for news-article-listByIndex.
      operations:
      - method: POST
        name: postnewsarticlelistbyindex
        description: Factset News Articles for Instruments That Are Constituents of the Given Indices.
        call: real-time-news-news.postnewsarticlelistbyindex
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/article/listbyinstrument
      name: news-article-listbyinstrument
      description: REST surface for news-article-listByInstrument.
      operations:
      - method: POST
        name: postnewsarticlelistbyinstrument
        description: Factset News Articles for Instruments.
        call: real-time-news-news.postnewsarticlelistbyinstrument
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/article/listbymediakind
      name: news-article-listbymediakind
      description: REST surface for news-article-listByMediaKind.
      operations:
      - method: POST
        name: postnewsarticlelistbymediakind
        description: Factset List News Articles Which Contain Media of Specific Media Kinds.
        call: real-time-news-news.postnewsarticlelistbymediakind
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/article/searchbytext
      name: news-article-searchbytext
      description: REST surface for news-article-searchByText.
      operations:
      - method: POST
        name: postnewsarticlesearchbytext
        description: Factset Search for News Articles Using a Fulltext Search.
        call: real-time-news-news.postnewsarticlesearchbytext
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/article/type/get
      name: news-article-type-get
      description: REST surface for news-article-type-get.
      operations:
      - method: GET
        name: getnewsarticletypeget
        description: Factset Details for a News Article Type.
        call: real-time-news-news.getnewsarticletypeget
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/article/type/list
      name: news-article-type-list
      description: REST surface for news-article-type-list.
      operations:
      - method: GET
        name: getnewsarticletypelist
        description: Factset List of News Article Types.
        call: real-time-news-news.getnewsarticletypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/distributor/get
      name: news-distributor-get
      description: REST surface for news-distributor-get.
      operations:
      - method: GET
        name: getnewsdistributorget
        description: Factset Details of a Distributor.
        call: real-time-news-news.getnewsdistributorget
        with:
          id: rest.id
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/distributor/list
      name: news-distributor-list
      description: REST surface for news-distributor-list.
      operations:
      - method: GET
        name: getnewsdistributorlist
        description: Factset List of Distributors.
        call: real-time-news-news.getnewsdistributorlist
        with:
          ids: rest.ids
          _attributes: rest._attributes
          _sort: rest._sort
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/publisher/get
      name: news-publisher-get
      description: REST surface for news-publisher-get.
      operations:
      - method: GET
        name: getnewspublisherget
        description: Factset Details of a Publisher.
        call: real-time-news-news.getnewspublisherget
        with:
          id: rest.id
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/publisher/list
      name: news-publisher-list
      description: REST surface for news-publisher-list.
      operations:
      - method: GET
        name: getnewspublisherlist
        description: Factset List of Publishers.
        call: real-time-news-news.getnewspublisherlist
        with:
          ids: rest.ids
          _attributes: rest._attributes
          _sort: rest._sort
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/publisher/listbydistributor
      name: news-publisher-listbydistributor
      description: REST surface for news-publisher-listByDistributor.
      operations:
      - method: GET
        name: getnewspublisherlistbydistributor
        description: Factset List of Publishers Provided by the Given Distributor.
        call: real-time-news-news.getnewspublisherlistbydistributor
        with:
          id: rest.id
          _attributes: rest._attributes
          _sort: rest._sort
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/news/publisher/searchbyname
      name: news-publisher-searchbyname
      description: REST surface for news-publisher-searchByName.
      operations:
      - method: POST
        name: postnewspublishersearchbyname
        description: Factset Search for Publishers.
        call: real-time-news-news.postnewspublishersearchbyname
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-news-news-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time News API — News. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-details-news-article
      description: Factset Details for a News Article.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-news-news.getnewsarticleget
      with:
        code: tools.code
        includeMedia: tools.includeMedia
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-news-articles
      description: Factset List of News Articles.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-news-news.postnewsarticlelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-news-articles-article
      description: Factset List News Articles of an Article Chain.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-news-news.postnewsarticlelistbychain
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-news-articles-instruments-that
      description: Factset News Articles for Instruments That Are Constituents of the Given Indices.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-news-news.postnewsarticlelistbyindex
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-news-articles-instruments
      description: Factset News Articles for Instruments.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-news-news.postnewsarticlelistbyinstrument
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-news-articles-which
      description: Factset List News Articles Which Contain Media of Specific Media Kinds.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-news-news.postnewsarticlelistbymediakind
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-search-news-articles-using
      description: Factset Search for News Articles Using a Fulltext Search.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-news-news.postnewsarticlesearchbytext
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-details-news-article-type
      description: Factset Details for a News Article Type.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-news-news.getnewsarticletypeget
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-news-article-types
      description: Factset List of News Article Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-news-news.getnewsarticletypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-details-distributor
      description: Factset Details of a Distributor.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-news-news.getnewsdistributorget
      with:
        id: tools.id
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-distributors
      description: Factset List of Distributors.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-news-news.getnewsdistributorlist
      with:
        ids: tools.ids
        _attributes: tools._attributes
        _sort: tools._sort
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-details-publisher
      description: Factset Details of a Publisher.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-news-news.getnewspublisherget
      with:
        id: tools.id
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-publishers
      description: Factset List of Publishers.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-news-news.getnewspublisherlist
      with:
        ids: tools.ids
        _attributes: tools._attributes
        _sort: tools._sort
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-publishers-provided-given
      description: Factset List of Publishers Provided by the Given Distributor.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-news-news.getnewspublisherlistbydistributor
      with:
        id: tools.id
        _attributes: tools._attributes
        _sort: tools._sort
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-search-publishers
      description: Factset Search for Publishers.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-news-news.postnewspublishersearchbyname
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.