Factset · Capability

FactSet Funds API — Aum

FactSet Funds API — Aum. 2 operations. Lead operation: Factset Get Fund Aum for a Requested Date Range and List of Ids. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetAum

What You Can Do

GET
Getfundsaum — Factset Get Fund Aum for a Requested Date Range and List of Ids
/v1/factset-funds/v1/aum
POST
Getfundsaumforlist — Factset Get Fund Aum for a Requested Date Range and Large List of Ids
/v1/factset-funds/v1/aum

MCP Tools

factset-get-fund-aum-requested

Factset Get Fund Aum for a Requested Date Range and List of Ids

read-only idempotent
factset-get-fund-aum-requested-2

Factset Get Fund Aum for a Requested Date Range and Large List of Ids

read-only

Capability Spec

funds-aum.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Funds API — Aum
  description: 'FactSet Funds API — Aum. 2 operations. Lead operation: Factset Get Fund Aum for a Requested Date Range and
    List of Ids. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Aum
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: funds-aum
    baseUri: https://api.factset.com/content
    description: FactSet Funds API — Aum business capability. Self-contained, no shared references.
    resources:
    - name: factset-funds-v1-aum
      path: /factset-funds/v1/aum
      operations:
      - name: getfundsaum
        method: GET
        description: Factset Get Fund Aum for a Requested Date Range and List of Ids
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getfundsaumforlist
        method: POST
        description: Factset Get Fund Aum for a Requested Date Range and Large List of Ids
        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-aum-rest
    port: 8080
    description: REST adapter for FactSet Funds API — Aum. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-funds/v1/aum
      name: factset-funds-v1-aum
      description: REST surface for factset-funds-v1-aum.
      operations:
      - method: GET
        name: getfundsaum
        description: Factset Get Fund Aum for a Requested Date Range and List of Ids
        call: funds-aum.getfundsaum
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getfundsaumforlist
        description: Factset Get Fund Aum for a Requested Date Range and Large List of Ids
        call: funds-aum.getfundsaumforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: funds-aum-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Funds API — Aum. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: factset-get-fund-aum-requested
      description: Factset Get Fund Aum for a Requested Date Range and List of Ids
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: funds-aum.getfundsaum
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-fund-aum-requested-2
      description: Factset Get Fund Aum for a Requested Date Range and Large List of Ids
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: funds-aum.getfundsaumforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.