Factset · Capability

Factset Signals API — Themes

Factset Signals API — Themes. 1 operations. Lead operation: Themes. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetThemes

What You Can Do

GET
Getthemes — Fetch a list of available signal themes
/v1/themes

MCP Tools

fetch-list-available-signal-themes

Fetch a list of available signal themes

read-only idempotent

Capability Spec

signals-themes-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Signals API — Themes
  description: 'Factset Signals API — Themes. 1 operations. Lead operation: Themes. Self-contained Naftiko capability covering
    one Factset business surface.'
  tags:
  - Factset
  - Themes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: signals-themes-2
    baseUri: https://api.factset.com/signals/v2
    description: Factset Signals API — Themes business capability. Self-contained, no shared references.
    resources:
    - name: themes
      path: /themes
      operations:
      - name: getthemes
        method: GET
        description: Fetch a list of available signal themes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: signals-themes-2-rest
    port: 8080
    description: REST adapter for Factset Signals API — Themes. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/themes
      name: themes
      description: REST surface for themes.
      operations:
      - method: GET
        name: getthemes
        description: Fetch a list of available signal themes
        call: signals-themes-2.getthemes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: signals-themes-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Signals API — Themes. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: fetch-list-available-signal-themes
      description: Fetch a list of available signal themes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: signals-themes-2.getthemes
      outputParameters:
      - type: object
        mapping: $.