Factset · Capability

FactSet Real-Time Quotes API — Text

FactSet Real-Time Quotes API — Text. 5 operations. Lead operation: Factset List of Background Text Types.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetText

What You Can Do

POST
Postbasicbackgroundtexttypelist — Factset List of Background Text Types.
/v1/basic/backgroundtext/type/list
GET
Getinstrumentbackgroundtextlist — Factset Background Texts of an Instrument.
/v1/instrument/backgroundtext/list
POST
Postinstrumentbackgroundtexttypelist — Factset List of Background Text Types for Instruments.
/v1/instrument/backgroundtext/type/list
GET
Getinstrumentlegalentitybackgroundtextlist — Factset Role-specific Background Texts of Legal Entities Related to an Instrument.
/v1/instrument/legalentity/backgroundtext/list
POST
Postnotationsearchbytext — Factset Text-based Search for Notations.
/v1/notation/searchbytext

MCP Tools

factset-list-background-text-types

Factset List of Background Text Types.

read-only
factset-background-texts-instrument

Factset Background Texts of an Instrument.

read-only idempotent
factset-list-background-text-types-2

Factset List of Background Text Types for Instruments.

read-only
factset-role-specific-background-texts

Factset Role-specific Background Texts of Legal Entities Related to an Instrument.

read-only idempotent
factset-text-based-search-notations

Factset Text-based Search for Notations.

read-only

Capability Spec

real-time-quotes-text.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Text
  description: 'FactSet Real-Time Quotes API — Text. 5 operations. Lead operation: Factset List of Background Text Types..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Text
  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-quotes-text
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Text business capability. Self-contained, no shared references.
    resources:
    - name: basic-backgroundText-type-list
      path: /basic/backgroundText/type/list
      operations:
      - name: postbasicbackgroundtexttypelist
        method: POST
        description: Factset List of Background Text Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: instrument-backgroundText-list
      path: /instrument/backgroundText/list
      operations:
      - name: getinstrumentbackgroundtextlist
        method: GET
        description: Factset Background Texts of an Instrument.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: query
          type: string
          required: true
        - name: identifierType
          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: _language
          in: query
          type: string
    - name: instrument-backgroundText-type-list
      path: /instrument/backgroundText/type/list
      operations:
      - name: postinstrumentbackgroundtexttypelist
        method: POST
        description: Factset List of Background Text Types for Instruments.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: instrument-legalEntity-backgroundText-list
      path: /instrument/legalEntity/backgroundText/list
      operations:
      - name: getinstrumentlegalentitybackgroundtextlist
        method: GET
        description: Factset Role-specific Background Texts of Legal Entities Related to an Instrument.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: query
          type: string
          required: true
        - name: identifierType
          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: _language
          in: query
          type: string
    - name: notation-searchByText
      path: /notation/searchByText
      operations:
      - name: postnotationsearchbytext
        method: POST
        description: Factset Text-based Search for Notations.
        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-quotes-text-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Text. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/basic/backgroundtext/type/list
      name: basic-backgroundtext-type-list
      description: REST surface for basic-backgroundText-type-list.
      operations:
      - method: POST
        name: postbasicbackgroundtexttypelist
        description: Factset List of Background Text Types.
        call: real-time-quotes-text.postbasicbackgroundtexttypelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/backgroundtext/list
      name: instrument-backgroundtext-list
      description: REST surface for instrument-backgroundText-list.
      operations:
      - method: GET
        name: getinstrumentbackgroundtextlist
        description: Factset Background Texts of an Instrument.
        call: real-time-quotes-text.getinstrumentbackgroundtextlist
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/backgroundtext/type/list
      name: instrument-backgroundtext-type-list
      description: REST surface for instrument-backgroundText-type-list.
      operations:
      - method: POST
        name: postinstrumentbackgroundtexttypelist
        description: Factset List of Background Text Types for Instruments.
        call: real-time-quotes-text.postinstrumentbackgroundtexttypelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/legalentity/backgroundtext/list
      name: instrument-legalentity-backgroundtext-list
      description: REST surface for instrument-legalEntity-backgroundText-list.
      operations:
      - method: GET
        name: getinstrumentlegalentitybackgroundtextlist
        description: Factset Role-specific Background Texts of Legal Entities Related to an Instrument.
        call: real-time-quotes-text.getinstrumentlegalentitybackgroundtextlist
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/searchbytext
      name: notation-searchbytext
      description: REST surface for notation-searchByText.
      operations:
      - method: POST
        name: postnotationsearchbytext
        description: Factset Text-based Search for Notations.
        call: real-time-quotes-text.postnotationsearchbytext
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-text-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Text. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-list-background-text-types
      description: Factset List of Background Text Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-text.postbasicbackgroundtexttypelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-background-texts-instrument
      description: Factset Background Texts of an Instrument.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-text.getinstrumentbackgroundtextlist
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-background-text-types-2
      description: Factset List of Background Text Types for Instruments.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-text.postinstrumentbackgroundtexttypelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-role-specific-background-texts
      description: Factset Role-specific Background Texts of Legal Entities Related to an Instrument.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-text.getinstrumentlegalentitybackgroundtextlist
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-text-based-search-notations
      description: Factset Text-based Search for Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-text.postnotationsearchbytext
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.