naftiko: 1.0.0-alpha2 info: label: FactSet People API — Company description: 'FactSet People API — Company. 8 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 - Company created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: people-company baseUri: https://api.factset.com/content description: FactSet People API — Company 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 authentication: type: basic username: '{{env.FACTSET_USER}}' password: '{{env.FACTSET_PASS}}' exposes: - type: rest namespace: people-company-rest port: 8080 description: REST adapter for FactSet People API — Company. 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-company.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-company.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-company.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-company.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-company.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-company.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-company.getcompanystats outputParameters: - type: object mapping: $. - method: POST name: getcompanystatsforlist description: Factset Returns Statistics About Top Leadership of a Company. call: people-company.getcompanystatsforlist with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: people-company-mcp port: 9090 transport: http description: MCP adapter for FactSet People API — Company. 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-company.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-company.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-company.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-company.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-company.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-company.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-company.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-company.getcompanystatsforlist with: body: tools.body outputParameters: - type: object mapping: $.