Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Benchmarks

Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Benchmarks. 1 operations. Lead operation: Bloomberg Buyside Enterprise Solutions List available benchmarks. Self-contained Naftiko capability covering one Bloomberg Buyside Enterprise Solutions business surface.

Run with Naftiko Bloomberg Buyside Enterprise SolutionsBenchmarks

What You Can Do

GET
Listbenchmarks — Bloomberg Buyside Enterprise Solutions List available benchmarks
/v1/v1/benchmarks

MCP Tools

bloomberg-buyside-enterprise-solutions-list

Bloomberg Buyside Enterprise Solutions List available benchmarks

read-only idempotent

Capability Spec

bloomberg-buyside-portfolio-benchmarks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Benchmarks
  description: 'Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Benchmarks. 1 operations. Lead operation:
    Bloomberg Buyside Enterprise Solutions List available benchmarks. Self-contained Naftiko capability covering one Bloomberg
    Buyside Enterprise Solutions business surface.'
  tags:
  - Bloomberg Buyside Enterprise Solutions
  - Benchmarks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLOOMBERG_BUYSIDE_ENTERPRISE_SOLUTIONS_API_KEY: BLOOMBERG_BUYSIDE_ENTERPRISE_SOLUTIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: bloomberg-buyside-portfolio-benchmarks
    baseUri: https://api.bloomberg.com/portfolio
    description: Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Benchmarks business capability. Self-contained,
      no shared references.
    resources:
    - name: v1-benchmarks
      path: /v1/benchmarks
      operations:
      - name: listbenchmarks
        method: GET
        description: Bloomberg Buyside Enterprise Solutions List available benchmarks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: query
          in: query
          type: string
          description: Search by benchmark name or identifier
        - name: assetClass
          in: query
          type: string
          description: Filter by asset class
        - name: limit
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.BLOOMBERG_BUYSIDE_ENTERPRISE_SOLUTIONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: bloomberg-buyside-portfolio-benchmarks-rest
    port: 8080
    description: REST adapter for Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Benchmarks. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/benchmarks
      name: v1-benchmarks
      description: REST surface for v1-benchmarks.
      operations:
      - method: GET
        name: listbenchmarks
        description: Bloomberg Buyside Enterprise Solutions List available benchmarks
        call: bloomberg-buyside-portfolio-benchmarks.listbenchmarks
        with:
          query: rest.query
          assetClass: rest.assetClass
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bloomberg-buyside-portfolio-benchmarks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Benchmarks. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: bloomberg-buyside-enterprise-solutions-list
      description: Bloomberg Buyside Enterprise Solutions List available benchmarks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bloomberg-buyside-portfolio-benchmarks.listbenchmarks
      with:
        query: tools.query
        assetClass: tools.assetClass
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.