Factset · Capability

FactSet Funds API — Benchmark

FactSet Funds API — Benchmark. 2 operations. Lead operation: Factset Get the Fund's Primary and Segment Benchmark Details. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetBenchmark

What You Can Do

GET
Getfundsbenchmarkdetails — Factset Get the Fund's Primary and Segment Benchmark Details
/v1/factset-funds/v1/benchmark-details
POST
Getfundsbenchmarkdetailsforlist — Factset Get the Fund's Primary and Segment Benchmark Details for Large List of Ids.
/v1/factset-funds/v1/benchmark-details

MCP Tools

factset-get-fund-s-primary-and

Factset Get the Fund's Primary and Segment Benchmark Details

read-only idempotent
factset-get-fund-s-primary-and-2

Factset Get the Fund's Primary and Segment Benchmark Details for Large List of Ids.

read-only

Capability Spec

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