Factset · Capability

FactSet People API — Statistics

FactSet People API — Statistics. 2 operations. Lead operation: Factset Returns Statistics About Top Leadership of a Company.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetStatistics

What You Can Do

GET
Getcompanystats — Factset Returns Statistics About Top Leadership of a Company.
/v1/factset-people/v1/company-stats
POST
Getcompanystatsforlist — Factset Returns Statistics About Top Leadership of a Company.
/v1/factset-people/v1/company-stats

MCP Tools

factset-returns-statistics-about-top

Factset Returns Statistics About Top Leadership of a Company.

read-only idempotent
factset-returns-statistics-about-top-2

Factset Returns Statistics About Top Leadership of a Company.

Capability Spec

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