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 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-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.getthemes outputParameters: - type: object mapping: $. - type: mcp namespace: signals-themes-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.getthemes outputParameters: - type: object mapping: $.