naftiko: 1.0.0-alpha2 info: label: FactSet People API — People description: 'FactSet People API — People. 12 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 - People created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: people-people baseUri: https://api.factset.com/content description: FactSet People API — People 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 - name: factset-people-v1-company-people path: /factset-people/v1/company-people operations: - name: getcompanypeople method: GET description: Factset Returns the List of People for the Specified Company Identifiers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getcompanypeopleforlist method: POST description: Factset Returns the List of People Associated for a Large List of Company Identitifers outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - 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 - 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 - 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 - name: factset-people-v1-profiles path: /factset-people/v1/profiles operations: - name: getpeopleprofiles method: GET description: Factset Return Information About the Person With the Specified Entity Id. outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getpeopleprofilesforlist method: POST description: Factset Returns Profile Information for a 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-people-rest port: 8080 description: REST adapter for FactSet People API — People. 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-people.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-people.getcompanycompensationforlist with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/factset-people/v1/company-people name: factset-people-v1-company-people description: REST surface for factset-people-v1-company-people. operations: - method: GET name: getcompanypeople description: Factset Returns the List of People for the Specified Company Identifiers call: people-people.getcompanypeople outputParameters: - type: object mapping: $. - method: POST name: getcompanypeopleforlist description: Factset Returns the List of People Associated for a Large List of Company Identitifers call: people-people.getcompanypeopleforlist with: body: rest.body outputParameters: - type: object mapping: $. - 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-people.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-people.getcompanypositionsforlist with: body: rest.body outputParameters: - type: object mapping: $. - 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-people.getcompanystats outputParameters: - type: object mapping: $. - method: POST name: getcompanystatsforlist description: Factset Returns Statistics About Top Leadership of a Company. call: people-people.getcompanystatsforlist with: body: rest.body outputParameters: - type: object mapping: $. - 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-people.getpeoplejobs outputParameters: - type: object mapping: $. - method: POST name: getpeoplejobsforlist description: Factset Returns the Job History for the Large List of People. call: people-people.getpeoplejobsforlist with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/factset-people/v1/profiles name: factset-people-v1-profiles description: REST surface for factset-people-v1-profiles. operations: - method: GET name: getpeopleprofiles description: Factset Return Information About the Person With the Specified Entity Id. call: people-people.getpeopleprofiles outputParameters: - type: object mapping: $. - method: POST name: getpeopleprofilesforlist description: Factset Returns Profile Information for a Large List of People. call: people-people.getpeopleprofilesforlist with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: people-people-mcp port: 9090 transport: http description: MCP adapter for FactSet People API — People. 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-people.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-people.getcompanycompensationforlist with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-returns-list-people-specified description: Factset Returns the List of People for the Specified Company Identifiers hints: readOnly: true destructive: false idempotent: true call: people-people.getcompanypeople 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 hints: readOnly: true destructive: false idempotent: false call: people-people.getcompanypeopleforlist with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-returns-list-people-specified-2 description: Factset Returns the List of People for the Specified Company Identifiers and Position hints: readOnly: true destructive: false idempotent: true call: people-people.getcompanypositions outputParameters: - type: object mapping: $. - name: factset-returns-list-people-associated-2 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-people.getcompanypositionsforlist with: body: tools.body outputParameters: - type: object mapping: $. - 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-people.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-people.getcompanystatsforlist with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-returns-job-history-person description: Factset Returns the Job History of the Person. hints: readOnly: true destructive: false idempotent: true call: people-people.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-people.getpeoplejobsforlist with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-return-information-about-person description: Factset Return Information About the Person With the Specified Entity Id. hints: readOnly: true destructive: false idempotent: true call: people-people.getpeopleprofiles outputParameters: - type: object mapping: $. - name: factset-returns-profile-information-large description: Factset Returns Profile Information for a Large List of People. hints: readOnly: true destructive: false idempotent: false call: people-people.getpeopleprofilesforlist with: body: tools.body outputParameters: - type: object mapping: $.