naftiko: 1.0.0-alpha2 info: label: Factset Price Alerting API For Digital Portals — Alerting description: 'Factset Price Alerting API For Digital Portals — Alerting. 4 operations. Lead operation: Factset Details of an alert.. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Alerting 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-alerting-2 baseUri: https://api.factset.com/wealth/v3 description: Factset Price Alerting API For Digital Portals — Alerting 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. - name: alerting-prices-basic-trigger-get path: /alerting/prices/basic/trigger/get operations: - name: getalertingpricesbasictriggerget method: GET description: Factset Details of a trigger. 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-trigger-list path: /alerting/prices/basic/trigger/list operations: - name: postalertingpricesbasictriggerlist method: POST description: Factset List of triggers. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false authentication: type: bearer token: '{{env.FACTSET_API_KEY}}' exposes: - type: rest namespace: real-time-price-alerting-alerting-2-rest port: 8080 description: REST adapter for Factset Price Alerting API For Digital Portals — Alerting. 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-alerting-2.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-alerting-2.getalertingpricesbasicalertlist with: _attributes: rest._attributes _subscriptionMinimumInterval: rest._subscriptionMinimumInterval _paginationCursor: rest._paginationCursor _paginationLimit: rest._paginationLimit outputParameters: - type: object mapping: $. - path: /v1/alerting/prices/basic/trigger/get name: alerting-prices-basic-trigger-get description: REST surface for alerting-prices-basic-trigger-get. operations: - method: GET name: getalertingpricesbasictriggerget description: Factset Details of a trigger. call: real-time-price-alerting-alerting-2.getalertingpricesbasictriggerget with: id: rest.id _attributes: rest._attributes outputParameters: - type: object mapping: $. - path: /v1/alerting/prices/basic/trigger/list name: alerting-prices-basic-trigger-list description: REST surface for alerting-prices-basic-trigger-list. operations: - method: POST name: postalertingpricesbasictriggerlist description: Factset List of triggers. call: real-time-price-alerting-alerting-2.postalertingpricesbasictriggerlist with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: real-time-price-alerting-alerting-2-mcp port: 9090 transport: http description: MCP adapter for Factset Price Alerting API For Digital Portals — Alerting. 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-alerting-2.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-alerting-2.getalertingpricesbasicalertlist with: _attributes: tools._attributes _subscriptionMinimumInterval: tools._subscriptionMinimumInterval _paginationCursor: tools._paginationCursor _paginationLimit: tools._paginationLimit outputParameters: - type: object mapping: $. - name: factset-details-trigger description: Factset Details of a trigger. hints: readOnly: true destructive: false idempotent: true call: real-time-price-alerting-alerting-2.getalertingpricesbasictriggerget with: id: tools.id _attributes: tools._attributes outputParameters: - type: object mapping: $. - name: factset-list-triggers description: Factset List of triggers. hints: readOnly: true destructive: false idempotent: false call: real-time-price-alerting-alerting-2.postalertingpricesbasictriggerlist with: body: tools.body outputParameters: - type: object mapping: $.