Factset · Capability

FactSet Signals API — Adaptive

FactSet Signals API — Adaptive. 3 operations. Lead operation: Adaptive. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetAdaptive

What You Can Do

GET
Geteventadaptivecards — Fetch Microsoft's Adaptive Cards, which includes headlines and event details data plus hyperlinks to FactSet reports, based on at least one of the following filtering parameters: `ids`, `portfolios`
/v1/events/adaptive-cards
POST
Posteventadaptivecards — Fetch Microsoft's Adaptive Cards, which includes headlines and event details data plus hyperlinks to FactSet reports, based on at least one of the following filtering parameters: `ids`, `portfolios`
/v1/events/adaptive-cards
GET
Geteventadaptivecardbyid — Fetch Microsoft's Adaptive Cards, which includes headlines and event details data plus hyperlinks to FactSet reports, for a single requested Signal event
/v1/events/adaptive-cards/{eventid}

MCP Tools

fetch-microsoft-s-adaptive-cards-which

Fetch Microsoft's Adaptive Cards, which includes headlines and event details data plus hyperlinks to FactSet reports, based on at least one of the following filtering parameters: `ids`, `portfolios`

read-only idempotent
fetch-microsoft-s-adaptive-cards-which-2

Fetch Microsoft's Adaptive Cards, which includes headlines and event details data plus hyperlinks to FactSet reports, based on at least one of the following filtering parameters: `ids`, `portfolios`

read-only
fetch-microsoft-s-adaptive-cards-which-3

Fetch Microsoft's Adaptive Cards, which includes headlines and event details data plus hyperlinks to FactSet reports, for a single requested Signal event

read-only idempotent

Capability Spec

signals-adaptive.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Signals API — Adaptive
  description: 'FactSet Signals API — Adaptive. 3 operations. Lead operation: Adaptive. 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: signals-adaptive
    baseUri: https://api.factset.com/signals/v2
    description: FactSet Signals API — Adaptive business capability. Self-contained, no shared references.
    resources:
    - name: events-adaptive-cards
      path: /events/adaptive-cards
      operations:
      - name: geteventadaptivecards
        method: GET
        description: 'Fetch Microsoft''s Adaptive Cards, which includes headlines and event details data plus hyperlinks to
          FactSet reports, based on at least one of the following filtering parameters: `ids`, `portfolios`'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: posteventadaptivecards
        method: POST
        description: 'Fetch Microsoft''s Adaptive Cards, which includes headlines and event details data plus hyperlinks to
          FactSet reports, based on at least one of the following filtering parameters: `ids`, `portfolios`'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: events-adaptive-cards-eventId
      path: /events/adaptive-cards/{eventId}
      operations:
      - name: geteventadaptivecardbyid
        method: GET
        description: Fetch Microsoft's Adaptive Cards, which includes headlines and event details data plus hyperlinks to
          FactSet reports, for a single requested Signal event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: signals-adaptive-rest
    port: 8080
    description: REST adapter for FactSet Signals API — Adaptive. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/events/adaptive-cards
      name: events-adaptive-cards
      description: REST surface for events-adaptive-cards.
      operations:
      - method: GET
        name: geteventadaptivecards
        description: 'Fetch Microsoft''s Adaptive Cards, which includes headlines and event details data plus hyperlinks to
          FactSet reports, based on at least one of the following filtering parameters: `ids`, `portfolios`'
        call: signals-adaptive.geteventadaptivecards
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: posteventadaptivecards
        description: 'Fetch Microsoft''s Adaptive Cards, which includes headlines and event details data plus hyperlinks to
          FactSet reports, based on at least one of the following filtering parameters: `ids`, `portfolios`'
        call: signals-adaptive.posteventadaptivecards
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/events/adaptive-cards/{eventid}
      name: events-adaptive-cards-eventid
      description: REST surface for events-adaptive-cards-eventId.
      operations:
      - method: GET
        name: geteventadaptivecardbyid
        description: Fetch Microsoft's Adaptive Cards, which includes headlines and event details data plus hyperlinks to
          FactSet reports, for a single requested Signal event
        call: signals-adaptive.geteventadaptivecardbyid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: signals-adaptive-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Signals API — Adaptive. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: fetch-microsoft-s-adaptive-cards-which
      description: 'Fetch Microsoft''s Adaptive Cards, which includes headlines and event details data plus hyperlinks to
        FactSet reports, based on at least one of the following filtering parameters: `ids`, `portfolios`'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: signals-adaptive.geteventadaptivecards
      outputParameters:
      - type: object
        mapping: $.
    - name: fetch-microsoft-s-adaptive-cards-which-2
      description: 'Fetch Microsoft''s Adaptive Cards, which includes headlines and event details data plus hyperlinks to
        FactSet reports, based on at least one of the following filtering parameters: `ids`, `portfolios`'
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: signals-adaptive.posteventadaptivecards
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fetch-microsoft-s-adaptive-cards-which-3
      description: Fetch Microsoft's Adaptive Cards, which includes headlines and event details data plus hyperlinks to FactSet
        reports, for a single requested Signal event
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: signals-adaptive.geteventadaptivecardbyid
      outputParameters:
      - type: object
        mapping: $.