Factset · Capability

FactSet RBICS API — Focus

FactSet RBICS API — Focus. 2 operations. Lead operation: Factset Get Rbics Classification for the Focus Industry. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFocus

What You Can Do

GET
Getrbicsentityfocus — Factset Get Rbics Classification for the Focus Industry
/v1/factset-rbics/v1/entity-focus
POST
Getrbicsentityfocusforlist — Factset Get Rbics Classification for the Focus Industry
/v1/factset-rbics/v1/entity-focus

MCP Tools

factset-get-rbics-classification-focus

Factset Get Rbics Classification for the Focus Industry

read-only idempotent
factset-get-rbics-classification-focus-2

Factset Get Rbics Classification for the Focus Industry

read-only

Capability Spec

rbics-focus.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet RBICS API — Focus
  description: 'FactSet RBICS API — Focus. 2 operations. Lead operation: Factset Get Rbics Classification for the Focus Industry.
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Focus
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: rbics-focus
    baseUri: https://api.factset.com/content
    description: FactSet RBICS API — Focus business capability. Self-contained, no shared references.
    resources:
    - name: factset-rbics-v1-entity-focus
      path: /factset-rbics/v1/entity-focus
      operations:
      - name: getrbicsentityfocus
        method: GET
        description: Factset Get Rbics Classification for the Focus Industry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getrbicsentityfocusforlist
        method: POST
        description: Factset Get Rbics Classification for the Focus Industry
        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: rbics-focus-rest
    port: 8080
    description: REST adapter for FactSet RBICS API — Focus. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-rbics/v1/entity-focus
      name: factset-rbics-v1-entity-focus
      description: REST surface for factset-rbics-v1-entity-focus.
      operations:
      - method: GET
        name: getrbicsentityfocus
        description: Factset Get Rbics Classification for the Focus Industry
        call: rbics-focus.getrbicsentityfocus
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getrbicsentityfocusforlist
        description: Factset Get Rbics Classification for the Focus Industry
        call: rbics-focus.getrbicsentityfocusforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rbics-focus-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet RBICS API — Focus. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: factset-get-rbics-classification-focus
      description: Factset Get Rbics Classification for the Focus Industry
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rbics-focus.getrbicsentityfocus
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-rbics-classification-focus-2
      description: Factset Get Rbics Classification for the Focus Industry
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: rbics-focus.getrbicsentityfocusforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.