Factset · Capability

Factset DSOTM API — Transactions

Factset DSOTM API — Transactions. 1 operations. Lead operation: Push transactions data into FactSet.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetTransactions

What You Can Do

POST
Sendtransactions — Push transactions data into FactSet.
/v1/transactions

MCP Tools

push-transactions-data-factset

Push transactions data into FactSet.

Capability Spec

direct-streaming-of-transaction-messages-transactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset DSOTM API — Transactions
  description: 'Factset DSOTM API — Transactions. 1 operations. Lead operation: Push transactions data into FactSet.. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Transactions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: direct-streaming-of-transaction-messages-transactions
    baseUri: https://api.factset.com/analytics/dsotm/v1
    description: Factset DSOTM API — Transactions business capability. Self-contained, no shared references.
    resources:
    - name: transactions
      path: /transactions
      operations:
      - name: sendtransactions
        method: POST
        description: Push transactions data into FactSet.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: direct-streaming-of-transaction-messages-transactions-rest
    port: 8080
    description: REST adapter for Factset DSOTM API — Transactions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/transactions
      name: transactions
      description: REST surface for transactions.
      operations:
      - method: POST
        name: sendtransactions
        description: Push transactions data into FactSet.
        call: direct-streaming-of-transaction-messages-transactions.sendtransactions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: direct-streaming-of-transaction-messages-transactions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset DSOTM API — Transactions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: push-transactions-data-factset
      description: Push transactions data into FactSet.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: direct-streaming-of-transaction-messages-transactions.sendtransactions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.