Bloomberg APIs · Capability

Bloomberg API (BLPAPI) — pagedata

Bloomberg API (BLPAPI) — pagedata. 1 operations. Lead operation: Subscribe to a Bloomberg GPGX page. Self-contained Naftiko capability covering one Bloomberg Apis business surface.

Run with Naftiko Bloomberg Apispagedata

What You Can Do

POST
Pagedatasubscribe — Subscribe to a Bloomberg GPGX page
/v1/pagedata/subscribe

MCP Tools

subscribe-bloomberg-gpgx-page

Subscribe to a Bloomberg GPGX page

Capability Spec

bloomberg-blpapi-pagedata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg API (BLPAPI) — pagedata
  description: 'Bloomberg API (BLPAPI) — pagedata. 1 operations. Lead operation: Subscribe to a Bloomberg GPGX page. Self-contained
    Naftiko capability covering one Bloomberg Apis business surface.'
  tags:
  - Bloomberg Apis
  - pagedata
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLOOMBERG_APIS_API_KEY: BLOOMBERG_APIS_API_KEY
capability:
  consumes:
  - type: http
    namespace: bloomberg-blpapi-pagedata
    baseUri: ''
    description: Bloomberg API (BLPAPI) — pagedata business capability. Self-contained, no shared references.
    resources:
    - name: pagedata-subscribe
      path: /pagedata/subscribe
      operations:
      - name: pagedatasubscribe
        method: POST
        description: Subscribe to a Bloomberg GPGX page
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.BLOOMBERG_APIS_API_KEY}}'
  exposes:
  - type: rest
    namespace: bloomberg-blpapi-pagedata-rest
    port: 8080
    description: REST adapter for Bloomberg API (BLPAPI) — pagedata. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/pagedata/subscribe
      name: pagedata-subscribe
      description: REST surface for pagedata-subscribe.
      operations:
      - method: POST
        name: pagedatasubscribe
        description: Subscribe to a Bloomberg GPGX page
        call: bloomberg-blpapi-pagedata.pagedatasubscribe
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bloomberg-blpapi-pagedata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg API (BLPAPI) — pagedata. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: subscribe-bloomberg-gpgx-page
      description: Subscribe to a Bloomberg GPGX page
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bloomberg-blpapi-pagedata.pagedatasubscribe
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.