Factset · Capability

FactSet Benchmarks API — Id

FactSet Benchmarks API — Id. 2 operations. Lead operation: Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other Benchmark Api Endpoints.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetId

What You Can Do

GET
Getbenchmarkids — Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other Benchmark Api Endpoints.
/v1/factset-benchmarks/v1/id-list
POST
Getbenchmarkidsforlist — Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other Benchmark Api Endpoints.
/v1/factset-benchmarks/v1/id-list

MCP Tools

factset-returns-sample-list-benchmark

Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other Benchmark Api Endpoints.

read-only idempotent
factset-returns-sample-list-benchmark-2

Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other Benchmark Api Endpoints.

read-only

Capability Spec

benchmarks-id.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Benchmarks API — Id
  description: 'FactSet Benchmarks API — Id. 2 operations. Lead operation: Factset Returns a Sample List of Benchmark Identifiers
    and the Benchmark Categorization to Use in Other Benchmark Api Endpoints.. Self-contained Naftiko capability covering
    one Factset business surface.'
  tags:
  - Factset
  - Id
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: benchmarks-id
    baseUri: https://api.factset.com/content
    description: FactSet Benchmarks API — Id business capability. Self-contained, no shared references.
    resources:
    - name: factset-benchmarks-v1-id-list
      path: /factset-benchmarks/v1/id-list
      operations:
      - name: getbenchmarkids
        method: GET
        description: Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other
          Benchmark Api Endpoints.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getbenchmarkidsforlist
        method: POST
        description: Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other
          Benchmark Api Endpoints.
        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: benchmarks-id-rest
    port: 8080
    description: REST adapter for FactSet Benchmarks API — Id. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-benchmarks/v1/id-list
      name: factset-benchmarks-v1-id-list
      description: REST surface for factset-benchmarks-v1-id-list.
      operations:
      - method: GET
        name: getbenchmarkids
        description: Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other
          Benchmark Api Endpoints.
        call: benchmarks-id.getbenchmarkids
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getbenchmarkidsforlist
        description: Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other
          Benchmark Api Endpoints.
        call: benchmarks-id.getbenchmarkidsforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: benchmarks-id-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Benchmarks API — Id. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-returns-sample-list-benchmark
      description: Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other
        Benchmark Api Endpoints.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: benchmarks-id.getbenchmarkids
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-sample-list-benchmark-2
      description: Factset Returns a Sample List of Benchmark Identifiers and the Benchmark Categorization to Use in Other
        Benchmark Api Endpoints.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: benchmarks-id.getbenchmarkidsforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.