Bloomberg · Capability

Bloomberg BLPAPI Core — Field Discovery

Bloomberg BLPAPI Core — Field Discovery. 2 operations. Lead operation: Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.. Self-contained Naftiko capability covering one Bloomberg business surface.

Run with Naftiko BloombergField Discovery

What You Can Do

POST
Fieldinforequest — Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.
/v1/apiflds/fieldinforequest
POST
Fieldsearchrequest — Search the Bloomberg Api Data Dictionary for Fields Matching a Spec.
/v1/apiflds/fieldsearchrequest

MCP Tools

look-up-metadata-one-more

Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.

search-bloomberg-api-data-dictionary

Search the Bloomberg Api Data Dictionary for Fields Matching a Spec.

read-only

Capability Spec

blpapi-core-field-discovery.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg BLPAPI Core — Field Discovery
  description: 'Bloomberg BLPAPI Core — Field Discovery. 2 operations. Lead operation: Look up Metadata for One or More Bloomberg
    Field Mnemonics or Ids.. Self-contained Naftiko capability covering one Bloomberg business surface.'
  tags:
  - Bloomberg
  - Field Discovery
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLOOMBERG_API_KEY: BLOOMBERG_API_KEY
capability:
  consumes:
  - type: http
    namespace: blpapi-core-field-discovery
    baseUri: ''
    description: Bloomberg BLPAPI Core — Field Discovery business capability. Self-contained, no shared references.
    resources:
    - name: apiflds-FieldInfoRequest
      path: /apiflds/FieldInfoRequest
      operations:
      - name: fieldinforequest
        method: POST
        description: Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: apiflds-FieldSearchRequest
      path: /apiflds/FieldSearchRequest
      operations:
      - name: fieldsearchrequest
        method: POST
        description: Search the Bloomberg Api Data Dictionary for Fields Matching a Spec.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: blpapi-core-field-discovery-rest
    port: 8080
    description: REST adapter for Bloomberg BLPAPI Core — Field Discovery. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/apiflds/fieldinforequest
      name: apiflds-fieldinforequest
      description: REST surface for apiflds-FieldInfoRequest.
      operations:
      - method: POST
        name: fieldinforequest
        description: Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.
        call: blpapi-core-field-discovery.fieldinforequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apiflds/fieldsearchrequest
      name: apiflds-fieldsearchrequest
      description: REST surface for apiflds-FieldSearchRequest.
      operations:
      - method: POST
        name: fieldsearchrequest
        description: Search the Bloomberg Api Data Dictionary for Fields Matching a Spec.
        call: blpapi-core-field-discovery.fieldsearchrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blpapi-core-field-discovery-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg BLPAPI Core — Field Discovery. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: look-up-metadata-one-more
      description: Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: blpapi-core-field-discovery.fieldinforequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: search-bloomberg-api-data-dictionary
      description: Search the Bloomberg Api Data Dictionary for Fields Matching a Spec.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: blpapi-core-field-discovery.fieldsearchrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.