Factset · Capability

FactSet People API — Jobs

FactSet People API — Jobs. 2 operations. Lead operation: Factset Returns the Job History of the Person.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetJobs

What You Can Do

GET
Getpeoplejobs — Factset Returns the Job History of the Person.
/v1/factset-people/v1/jobs
POST
Getpeoplejobsforlist — Factset Returns the Job History for the Large List of People.
/v1/factset-people/v1/jobs

MCP Tools

factset-returns-job-history-person

Factset Returns the Job History of the Person.

read-only idempotent
factset-returns-job-history-large

Factset Returns the Job History for the Large List of People.

read-only

Capability Spec

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