Factset · Capability

FactSet Real-Time Quotes API — Kind

FactSet Real-Time Quotes API — Kind. 1 operations. Lead operation: Factset List of Media Kinds.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetKind

What You Can Do

GET
Getbasicmediakindlist — Factset List of Media Kinds.
/v1/basic/media/kind/list

MCP Tools

factset-list-media-kinds

Factset List of Media Kinds.

read-only idempotent

Capability Spec

real-time-quotes-kind.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Kind
  description: 'FactSet Real-Time Quotes API — Kind. 1 operations. Lead operation: Factset List of Media Kinds.. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Kind
  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-kind
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Kind business capability. Self-contained, no shared references.
    resources:
    - name: basic-media-kind-list
      path: /basic/media/kind/list
      operations:
      - name: getbasicmediakindlist
        method: GET
        description: Factset List of Media Kinds.
        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.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-kind-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Kind. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/basic/media/kind/list
      name: basic-media-kind-list
      description: REST surface for basic-media-kind-list.
      operations:
      - method: GET
        name: getbasicmediakindlist
        description: Factset List of Media Kinds.
        call: real-time-quotes-kind.getbasicmediakindlist
        with:
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-kind-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Kind. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-list-media-kinds
      description: Factset List of Media Kinds.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-kind.getbasicmediakindlist
      with:
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.