Factset · Capability

FactSet Funds API — Costs

FactSet Funds API — Costs. 2 operations. Lead operation: Factset Get the Fund's Costs, Investment Minimums and Risk, and Fees.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCosts

What You Can Do

GET
Getfundscostsfees — Factset Get the Fund's Costs, Investment Minimums and Risk, and Fees.
/v1/factset-funds/v1/costs-fees
POST
Getfundscostsfeesforlist — Factset Get the Fund's Costs, Investment Minimums and Risk, and Fees for Large List of Ids.
/v1/factset-funds/v1/costs-fees

MCP Tools

factset-get-fund-s-costs-investment

Factset Get the Fund's Costs, Investment Minimums and Risk, and Fees.

read-only idempotent
factset-get-fund-s-costs-investment-2

Factset Get the Fund's Costs, Investment Minimums and Risk, and Fees for Large List of Ids.

read-only

Capability Spec

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