Factset · Capability

FactSet Real-Time News API — Article

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

Run with Naftiko FactsetArticle

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

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

Capability Spec

real-time-news-article.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time News API — Article
  description: 'FactSet Real-Time News API — Article. 9 operations. Lead operation: Factset Details for a News Article.. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Article
  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-article
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time News API — Article 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
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-news-article-rest
    port: 8080
    description: REST adapter for FactSet Real-Time News API — Article. 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-article.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-article.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-article.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-article.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-article.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-article.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-article.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-article.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-article.getnewsarticletypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-news-article-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time News API — Article. 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-article.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-article.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-article.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-article.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-article.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-article.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-article.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-article.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-article.getnewsarticletypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.