Factset · Capability

FactSet People API — Compensation

FactSet People API — Compensation. 2 operations. Lead operation: Factset Returns the Compensation Details of the People for the Specified Company Identifier. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCompensation

What You Can Do

GET
Getcompanycompensation — Factset Returns the Compensation Details of the People for the Specified Company Identifier
/v1/factset-people/v1/company-compensation
POST
Getcompanycompensationforlist — Factset Returns the Compensation Details for the People for the Specified Company Identifier
/v1/factset-people/v1/company-compensation

MCP Tools

factset-returns-compensation-details-people

Factset Returns the Compensation Details of the People for the Specified Company Identifier

read-only idempotent
factset-returns-compensation-details-people-2

Factset Returns the Compensation Details for the People for the Specified Company Identifier

Capability Spec

people-compensation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet People API — Compensation
  description: 'FactSet People API — Compensation. 2 operations. Lead operation: Factset Returns the Compensation Details
    of the People for the Specified Company Identifier. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Compensation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: people-compensation
    baseUri: https://api.factset.com/content
    description: FactSet People API — Compensation business capability. Self-contained, no shared references.
    resources:
    - name: factset-people-v1-company-compensation
      path: /factset-people/v1/company-compensation
      operations:
      - name: getcompanycompensation
        method: GET
        description: Factset Returns the Compensation Details of the People for the Specified Company Identifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getcompanycompensationforlist
        method: POST
        description: Factset Returns the Compensation Details for the People for the Specified Company Identifier
        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: people-compensation-rest
    port: 8080
    description: REST adapter for FactSet People API — Compensation. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/factset-people/v1/company-compensation
      name: factset-people-v1-company-compensation
      description: REST surface for factset-people-v1-company-compensation.
      operations:
      - method: GET
        name: getcompanycompensation
        description: Factset Returns the Compensation Details of the People for the Specified Company Identifier
        call: people-compensation.getcompanycompensation
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getcompanycompensationforlist
        description: Factset Returns the Compensation Details for the People for the Specified Company Identifier
        call: people-compensation.getcompanycompensationforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: people-compensation-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet People API — Compensation. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-returns-compensation-details-people
      description: Factset Returns the Compensation Details of the People for the Specified Company Identifier
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: people-compensation.getcompanycompensation
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-compensation-details-people-2
      description: Factset Returns the Compensation Details for the People for the Specified Company Identifier
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: people-compensation.getcompanycompensationforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.