naftiko: 1.0.0-alpha2 info: label: FactSet Real-Time Price Alerting API — Prices description: 'FactSet Real-Time Price Alerting API — Prices. 4 operations. Lead operation: Factset Details of an Alert.. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Prices 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-prices baseUri: https://api.factset.com/wealth/v3 description: FactSet Real-Time Price Alerting API — Prices 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-prices-rest port: 8080 description: REST adapter for FactSet Real-Time Price Alerting API — Prices. 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-prices.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-prices.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-prices.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-prices.postalertingpricesbasictriggerlist with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: real-time-price-alerting-prices-mcp port: 9090 transport: http description: MCP adapter for FactSet Real-Time Price Alerting API — Prices. 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-prices.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-prices.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-prices.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-prices.postalertingpricesbasictriggerlist with: body: tools.body outputParameters: - type: object mapping: $.