Factset · Capability

FactSet Real-Time Price Alerting API — Alert

FactSet Real-Time Price Alerting API — Alert. 2 operations. Lead operation: Factset Details of an Alert.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetAlert

What You Can Do

GET
Getalertingpricesbasicalertget — Factset Details of an Alert.
/v1/alerting/prices/basic/alert/get
GET
Getalertingpricesbasicalertlist — Factset List of Alerts.
/v1/alerting/prices/basic/alert/list

MCP Tools

factset-details-alert

Factset Details of an Alert.

read-only idempotent
factset-list-alerts

Factset List of Alerts.

read-only idempotent

Capability Spec

real-time-price-alerting-alert.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Price Alerting API — Alert
  description: 'FactSet Real-Time Price Alerting API — Alert. 2 operations. Lead operation: Factset Details of an Alert..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Alert
  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-price-alerting-alert
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Price Alerting API — Alert business capability. Self-contained, no shared references.
    resources:
    - name: alerting-prices-basic-alert-get
      path: /alerting/prices/basic/alert/get
      operations:
      - name: getalertingpricesbasicalertget
        method: GET
        description: Factset Details of an Alert.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: string
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
    - name: alerting-prices-basic-alert-list
      path: /alerting/prices/basic/alert/list
      operations:
      - name: getalertingpricesbasicalertlist
        method: GET
        description: Factset List of Alerts.
        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: _subscriptionMinimumInterval
          in: query
          type: number
          description: Non-negative number of milliseconds to throttle the update rate from 0ms to 5000ms. Set to 0 for sending
            updates immediately.
        - name: _paginationCursor
          in: query
          type: string
          description: Starting point as returned in the attributes `pagination.next` or `pagination.previous` by a prior
            invocation of this endpoint, or undefined (default).
        - name: _paginationLimit
          in: query
          type: number
          description: Non-negative maximum number of entries to return.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-price-alerting-alert-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Price Alerting API — Alert. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/alerting/prices/basic/alert/get
      name: alerting-prices-basic-alert-get
      description: REST surface for alerting-prices-basic-alert-get.
      operations:
      - method: GET
        name: getalertingpricesbasicalertget
        description: Factset Details of an Alert.
        call: real-time-price-alerting-alert.getalertingpricesbasicalertget
        with:
          id: rest.id
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/alerting/prices/basic/alert/list
      name: alerting-prices-basic-alert-list
      description: REST surface for alerting-prices-basic-alert-list.
      operations:
      - method: GET
        name: getalertingpricesbasicalertlist
        description: Factset List of Alerts.
        call: real-time-price-alerting-alert.getalertingpricesbasicalertlist
        with:
          _attributes: rest._attributes
          _subscriptionMinimumInterval: rest._subscriptionMinimumInterval
          _paginationCursor: rest._paginationCursor
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-price-alerting-alert-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Price Alerting API — Alert. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-details-alert
      description: Factset Details of an Alert.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-price-alerting-alert.getalertingpricesbasicalertget
      with:
        id: tools.id
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-alerts
      description: Factset List of Alerts.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-price-alerting-alert.getalertingpricesbasicalertlist
      with:
        _attributes: tools._attributes
        _subscriptionMinimumInterval: tools._subscriptionMinimumInterval
        _paginationCursor: tools._paginationCursor
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.