Factset · Capability

FactSet Digital Cards API — Company

FactSet Digital Cards API — Company. 2 operations. Lead operation: Factset Retrieve Multiple Digital Cards in Microsoft Adaptive Card Format.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCompany

What You Can Do

GET
Get — Factset Retrieve Multiple Digital Cards in Microsoft Adaptive Card Format.
/v1/v1/company/{component}/adaptive-card
GET
Get — Factset Retrieve One Digital Card in Microsoft Adaptive Card Format.
/v1/v1/company/{component}/adaptive-card/{id}

MCP Tools

factset-retrieve-multiple-digital-cards

Factset Retrieve Multiple Digital Cards in Microsoft Adaptive Card Format.

read-only idempotent
factset-retrieve-one-digital-card

Factset Retrieve One Digital Card in Microsoft Adaptive Card Format.

read-only idempotent

Capability Spec

digital-cards-company.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Digital Cards API — Company
  description: 'FactSet Digital Cards API — Company. 2 operations. Lead operation: Factset Retrieve Multiple Digital Cards
    in Microsoft Adaptive Card Format.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Company
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: digital-cards-company
    baseUri: https://api.factset.com/digital-cards-api
    description: FactSet Digital Cards API — Company business capability. Self-contained, no shared references.
    resources:
    - name: v1-company-component-adaptive-card
      path: /v1/company/{component}/adaptive-card
      operations:
      - name: get
        method: GET
        description: Factset Retrieve Multiple Digital Cards in Microsoft Adaptive Card Format.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-company-component-adaptive-card-id
      path: /v1/company/{component}/adaptive-card/{id}
      operations:
      - name: get
        method: GET
        description: Factset Retrieve One Digital Card in Microsoft 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: digital-cards-company-rest
    port: 8080
    description: REST adapter for FactSet Digital Cards API — Company. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/company/{component}/adaptive-card
      name: v1-company-component-adaptive-card
      description: REST surface for v1-company-component-adaptive-card.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve Multiple Digital Cards in Microsoft Adaptive Card Format.
        call: digital-cards-company.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/company/{component}/adaptive-card/{id}
      name: v1-company-component-adaptive-card-id
      description: REST surface for v1-company-component-adaptive-card-id.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve One Digital Card in Microsoft Adaptive Card Format.
        call: digital-cards-company.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: digital-cards-company-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Digital Cards API — Company. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-retrieve-multiple-digital-cards
      description: Factset Retrieve Multiple Digital Cards in Microsoft Adaptive Card Format.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: digital-cards-company.get
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-one-digital-card
      description: Factset Retrieve One Digital Card in Microsoft Adaptive Card Format.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: digital-cards-company.get
      outputParameters:
      - type: object
        mapping: $.