Factset · Capability

FactSet Search Answers — Adaptive

FactSet Search Answers — Adaptive. 1 operations. Lead operation: Fetch Factset Answer in Adaptive Card Format. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetAdaptive

What You Can Do

GET
Searchforadaptivecardanswer — Fetch Factset Answer in Adaptive Card Format
/v1/search/answers/v1/adaptive-card

MCP Tools

fetch-factset-answer-adaptive-card

Fetch Factset Answer in Adaptive Card Format

read-only idempotent

Capability Spec

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