Factset · Capability

FactSet Real-Time News API — Instrument

FactSet Real-Time News API — Instrument. 1 operations. Lead operation: Factset News Articles for Instruments.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetInstrument

What You Can Do

POST
Postnewsarticlelistbyinstrument — Factset News Articles for Instruments.
/v1/news/article/listbyinstrument

MCP Tools

factset-news-articles-instruments

Factset News Articles for Instruments.

Capability Spec

real-time-news-instrument.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time News API — Instrument
  description: 'FactSet Real-Time News API — Instrument. 1 operations. Lead operation: Factset News Articles for Instruments..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Instrument
  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-instrument
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time News API — Instrument business capability. Self-contained, no shared references.
    resources:
    - 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
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-news-instrument-rest
    port: 8080
    description: REST adapter for FactSet Real-Time News API — Instrument. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-instrument.postnewsarticlelistbyinstrument
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-news-instrument-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time News API — Instrument. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-news-articles-instruments
      description: Factset News Articles for Instruments.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-news-instrument.postnewsarticlelistbyinstrument
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.