Factset · Capability

FactSet People API — Positions

FactSet People API — Positions. 2 operations. Lead operation: Factset Returns the List of People for the Specified Company Identifiers and Position. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetPositions

What You Can Do

GET
Getcompanypositions — Factset Returns the List of People for the Specified Company Identifiers and Position
/v1/factset-people/v1/company-positions
POST
Getcompanypositionsforlist — Factset Returns the List of People Associated for a Large List of Company Identitifers and Position
/v1/factset-people/v1/company-positions

MCP Tools

factset-returns-list-people-specified

Factset Returns the List of People for the Specified Company Identifiers and Position

read-only idempotent
factset-returns-list-people-associated

Factset Returns the List of People Associated for a Large List of Company Identitifers and Position

read-only

Capability Spec

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