Factset · Capability

FactSet Real-Time Quotes API — Language

FactSet Real-Time Quotes API — Language. 3 operations. Lead operation: Factset Details for a Language.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetLanguage

What You Can Do

GET
Getbasiclanguageget — Factset Details for a Language.
/v1/basic/language/get
GET
Getbasiclanguagegetbycode — Factset Details for a Language Identified by Code.
/v1/basic/language/getbycode
GET
Getbasiclanguagelist — Factset List of Languages.
/v1/basic/language/list

MCP Tools

factset-details-language

Factset Details for a Language.

read-only idempotent
factset-details-language-identified-code

Factset Details for a Language Identified by Code.

read-only idempotent
factset-list-languages

Factset List of Languages.

read-only idempotent

Capability Spec

real-time-quotes-language.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Language
  description: 'FactSet Real-Time Quotes API — Language. 3 operations. Lead operation: Factset Details for a Language.. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Language
  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-language
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Language business capability. Self-contained, no shared references.
    resources:
    - name: basic-language-get
      path: /basic/language/get
      operations:
      - name: getbasiclanguageget
        method: GET
        description: Factset Details for a Language.
        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: basic-language-getByCode
      path: /basic/language/getByCode
      operations:
      - name: getbasiclanguagegetbycode
        method: GET
        description: Factset Details for a Language Identified by Code.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: code
          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: basic-language-list
      path: /basic/language/list
      operations:
      - name: getbasiclanguagelist
        method: GET
        description: Factset List of Languages.
        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
        - name: _sort
          in: query
          type: array
          description: Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which
            case it is descending. A list of at most 2 (possibly prefixed
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-language-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Language. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/basic/language/get
      name: basic-language-get
      description: REST surface for basic-language-get.
      operations:
      - method: GET
        name: getbasiclanguageget
        description: Factset Details for a Language.
        call: real-time-quotes-language.getbasiclanguageget
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/basic/language/getbycode
      name: basic-language-getbycode
      description: REST surface for basic-language-getByCode.
      operations:
      - method: GET
        name: getbasiclanguagegetbycode
        description: Factset Details for a Language Identified by Code.
        call: real-time-quotes-language.getbasiclanguagegetbycode
        with:
          code: rest.code
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/basic/language/list
      name: basic-language-list
      description: REST surface for basic-language-list.
      operations:
      - method: GET
        name: getbasiclanguagelist
        description: Factset List of Languages.
        call: real-time-quotes-language.getbasiclanguagelist
        with:
          _attributes: rest._attributes
          _language: rest._language
          _sort: rest._sort
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-language-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Language. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-details-language
      description: Factset Details for a Language.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-language.getbasiclanguageget
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-details-language-identified-code
      description: Factset Details for a Language Identified by Code.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-language.getbasiclanguagegetbycode
      with:
        code: tools.code
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-languages
      description: Factset List of Languages.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-language.getbasiclanguagelist
      with:
        _attributes: tools._attributes
        _language: tools._language
        _sort: tools._sort
      outputParameters:
      - type: object
        mapping: $.