Factset · Capability

FactSet Real-Time News API — Type

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

Run with Naftiko FactsetType

What You Can Do

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-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-type.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time News API — Type
  description: 'FactSet Real-Time News API — Type. 2 operations. Lead operation: Factset Details for a News Article Type..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Type
  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-type
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time News API — Type business capability. Self-contained, no shared references.
    resources:
    - 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-type-rest
    port: 8080
    description: REST adapter for FactSet Real-Time News API — Type. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-type.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-type.getnewsarticletypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-news-type-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time News API — Type. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - 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-type.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-type.getnewsarticletypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.