S&P Global · Capability

Kensho NERD API — kensho-nerd-api

Kensho NERD API — kensho-nerd-api. 6 operations. Lead operation: Get Annotations For The Specified Job ID. Self-contained Naftiko capability covering one S&P Global / Kensho business surface.

Kensho NERD API — kensho-nerd-api is a Naftiko capability published by S&P Global, one of 4 capabilities the APIs.io network indexes for this provider. It bundles 6 operations.

The capability includes 3 read-only operations and 3 state-changing operations. Lead operation: Get Annotations For The Specified Job ID. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include S&P Global, Kensho, and NERD.

Run with Naftiko S&P GlobalKenshoNERD

MCP Tools

get-annotations-for-the-specified-job-id

Get Annotations For The Specified Job ID

read-only idempotent
start-a-nerd-annotation-job

Start A NERD Annotation Job

start-a-nerd-annotation-job-given-a-provided-job-id

Start A NERD Annotation Job Given A Provided Job ID

idempotent
delete-annotations-for-the-specified-job-id

Delete Annotations For The Specified Job ID

idempotent
get-an-upload-url-for-uploading-a-text-file

Get An Upload URL For Uploading A Text File

read-only idempotent
get-current-user-information

Get Current User Information

read-only idempotent

Capability Spec

kensho-nerd-api.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Kensho NERD API — kensho-nerd-api
  description: 'Kensho NERD API — kensho-nerd-api. 6 operations. Lead operation: Get Annotations For The Specified Job ID.
    Self-contained Naftiko capability covering one S&P Global / Kensho business surface.'
  tags:
  - S&P Global
  - Kensho
  - NERD
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    KENSHO_NERD_TOKEN: KENSHO_NERD_TOKEN
capability:
  consumes:
  - type: http
    namespace: kensho-nerd-api
    baseUri: https://nerd.kensho.com
    description: Kensho NERD API consumed surface. Self-contained, no shared references.
    resources:
    - name: api-v1-annotations-async
      path: /api/v1/annotations-async
      operations:
      - name: api_annotations_async_get
        method: GET
        description: Get Annotations For The Specified Job ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: api_annotations_async_post
        method: POST
        description: Start A NERD Annotation Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: api_annotations_async_put
        method: PUT
        description: Start A NERD Annotation Job Given A Provided Job ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: api_annotations_async_delete
        method: DELETE
        description: Delete Annotations For The Specified Job ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-v1-upload-url
      path: /api/v1/upload-url
      operations:
      - name: api_annotations_upload_url
        method: GET
        description: Get An Upload URL For Uploading A Text File
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: me
      path: /me
      operations:
      - name: me_get
        method: GET
        description: Get Current User Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: kensho-nerd-api-rest
    port: 8080
    description: REST adapter for Kensho NERD API.
    endpoints:
    - method: GET
      name: api_annotations_async_get
      description: Get Annotations For The Specified Job ID
      call: kensho-nerd-api.api_annotations_async_get
      with:
        body: rest.body
      outputParameters:
      - type: object
        mapping: $.
    - method: POST
      name: api_annotations_async_post
      description: Start A NERD Annotation Job
      call: kensho-nerd-api.api_annotations_async_post
      with:
        body: rest.body
      outputParameters:
      - type: object
        mapping: $.
    - method: PUT
      name: api_annotations_async_put
      description: Start A NERD Annotation Job Given A Provided Job ID
      call: kensho-nerd-api.api_annotations_async_put
      with:
        body: rest.body
      outputParameters:
      - type: object
        mapping: $.
    - method: DELETE
      name: api_annotations_async_delete
      description: Delete Annotations For The Specified Job ID
      call: kensho-nerd-api.api_annotations_async_delete
      with:
        body: rest.body
      outputParameters:
      - type: object
        mapping: $.
    - method: GET
      name: api_annotations_upload_url
      description: Get An Upload URL For Uploading A Text File
      call: kensho-nerd-api.api_annotations_upload_url
      with:
        body: rest.body
      outputParameters:
      - type: object
        mapping: $.
    - method: GET
      name: me_get
      description: Get Current User Information
      call: kensho-nerd-api.me_get
      with:
        body: rest.body
      outputParameters:
      - type: object
        mapping: $.
  - type: mcp
    namespace: kensho-nerd-api-mcp
    port: 9090
    transport: http
    description: MCP adapter for Kensho NERD API. One tool per consumed operation.
    tools:
    - name: get-annotations-for-the-specified-job-id
      description: Get Annotations For The Specified Job ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kensho-nerd-api.api_annotations_async_get
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: start-a-nerd-annotation-job
      description: Start A NERD Annotation Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: kensho-nerd-api.api_annotations_async_post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: start-a-nerd-annotation-job-given-a-provided-job-id
      description: Start A NERD Annotation Job Given A Provided Job ID
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: kensho-nerd-api.api_annotations_async_put
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-annotations-for-the-specified-job-id
      description: Delete Annotations For The Specified Job ID
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: kensho-nerd-api.api_annotations_async_delete
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-an-upload-url-for-uploading-a-text-file
      description: Get An Upload URL For Uploading A Text File
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kensho-nerd-api.api_annotations_upload_url
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-current-user-information
      description: Get Current User Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kensho-nerd-api.me_get
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.