Factset · Capability

FactSet Funds API — Snapshots

FactSet Funds API — Snapshots. 2 operations. Lead operation: Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSnapshots

What You Can Do

GET
Getfundsreturnssnapshot — Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.
/v1/factset-funds/v1/returns-snapshot
POST
Getfundsreturnssnapshotforlist — Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.
/v1/factset-funds/v1/returns-snapshot

MCP Tools

factset-get-fund-returns-over

Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.

read-only idempotent
factset-get-fund-returns-over-2

Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.

read-only

Capability Spec

funds-snapshots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Funds API — Snapshots
  description: 'FactSet Funds API — Snapshots. 2 operations. Lead operation: Factset Get Fund Returns Over Pre-defined Time
    Horizons as of a Specific Date.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Snapshots
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: funds-snapshots
    baseUri: https://api.factset.com/content
    description: FactSet Funds API — Snapshots business capability. Self-contained, no shared references.
    resources:
    - name: factset-funds-v1-returns-snapshot
      path: /factset-funds/v1/returns-snapshot
      operations:
      - name: getfundsreturnssnapshot
        method: GET
        description: Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getfundsreturnssnapshotforlist
        method: POST
        description: Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: funds-snapshots-rest
    port: 8080
    description: REST adapter for FactSet Funds API — Snapshots. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-funds/v1/returns-snapshot
      name: factset-funds-v1-returns-snapshot
      description: REST surface for factset-funds-v1-returns-snapshot.
      operations:
      - method: GET
        name: getfundsreturnssnapshot
        description: Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.
        call: funds-snapshots.getfundsreturnssnapshot
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getfundsreturnssnapshotforlist
        description: Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.
        call: funds-snapshots.getfundsreturnssnapshotforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: funds-snapshots-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Funds API — Snapshots. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-get-fund-returns-over
      description: Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: funds-snapshots.getfundsreturnssnapshot
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-fund-returns-over-2
      description: Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: funds-snapshots.getfundsreturnssnapshotforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.