Factset · Capability

FactSet Funds API — Managers

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

Run with Naftiko FactsetManagers

What You Can Do

GET
Getfundsmanagers — Factset Get a List of Fund Managers and Related Details for a List of Ids.
/v1/factset-funds/v1/managers
POST
Getfundsmanagersforlist — Factset Get a List of Fund Managers and Related Details for a Large List of Ids.
/v1/factset-funds/v1/managers

MCP Tools

factset-get-list-fund-managers

Factset Get a List of Fund Managers and Related Details for a List of Ids.

read-only idempotent
factset-get-list-fund-managers-2

Factset Get a List of Fund Managers and Related Details for a Large List of Ids.

read-only

Capability Spec

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