naftiko: 1.0.0-alpha2 info: label: FactSet Private Markets API — Private description: 'FactSet Private Markets API — Private. 7 operations. Lead operation: Factset Available Private Company Fields, Metrics, and Ratios.. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Private created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: private-markets-private baseUri: https://api.factset.com/content description: FactSet Private Markets API — Private business capability. Self-contained, no shared references. resources: - name: factset-private-markets-v1-fields path: /factset-private-markets/v1/fields operations: - name: getfields method: GET description: Factset Available Private Company Fields, Metrics, and Ratios. outputRawFormat: json outputParameters: - name: result type: object value: $. - name: factset-private-markets-v1-financials path: /factset-private-markets/v1/financials operations: - name: getfinancials method: GET description: Factset Returns Private Company Financials for a List of Ids. outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getfinancialsforlist method: POST description: Factset Returns Private Company Financials for a List of Ids. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: factset-private-markets-v1-non-periodic path: /factset-private-markets/v1/non-periodic operations: - name: getnonperiodic method: GET description: Factset Returns Private Company Reference Data for a List of Ids. outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getnonperiodicforlist method: POST description: Factset Returns Private Company Reference Data for a List of Ids. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: factset-private-markets-v1-universe path: /factset-private-markets/v1/universe operations: - name: getuniverse method: GET description: Factset Get Entity Candidates and Matches for a Single Name and Attributes. outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getuniverseforlist method: POST description: Factset Get a List of Entity Candidates and Matches for a Requested List of up to 25 Names and Attributes. 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: private-markets-private-rest port: 8080 description: REST adapter for FactSet Private Markets API — Private. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/factset-private-markets/v1/fields name: factset-private-markets-v1-fields description: REST surface for factset-private-markets-v1-fields. operations: - method: GET name: getfields description: Factset Available Private Company Fields, Metrics, and Ratios. call: private-markets-private.getfields outputParameters: - type: object mapping: $. - path: /v1/factset-private-markets/v1/financials name: factset-private-markets-v1-financials description: REST surface for factset-private-markets-v1-financials. operations: - method: GET name: getfinancials description: Factset Returns Private Company Financials for a List of Ids. call: private-markets-private.getfinancials outputParameters: - type: object mapping: $. - method: POST name: getfinancialsforlist description: Factset Returns Private Company Financials for a List of Ids. call: private-markets-private.getfinancialsforlist with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/factset-private-markets/v1/non-periodic name: factset-private-markets-v1-non-periodic description: REST surface for factset-private-markets-v1-non-periodic. operations: - method: GET name: getnonperiodic description: Factset Returns Private Company Reference Data for a List of Ids. call: private-markets-private.getnonperiodic outputParameters: - type: object mapping: $. - method: POST name: getnonperiodicforlist description: Factset Returns Private Company Reference Data for a List of Ids. call: private-markets-private.getnonperiodicforlist with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/factset-private-markets/v1/universe name: factset-private-markets-v1-universe description: REST surface for factset-private-markets-v1-universe. operations: - method: GET name: getuniverse description: Factset Get Entity Candidates and Matches for a Single Name and Attributes. call: private-markets-private.getuniverse outputParameters: - type: object mapping: $. - method: POST name: getuniverseforlist description: Factset Get a List of Entity Candidates and Matches for a Requested List of up to 25 Names and Attributes. call: private-markets-private.getuniverseforlist with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: private-markets-private-mcp port: 9090 transport: http description: MCP adapter for FactSet Private Markets API — Private. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-available-private-company-fields description: Factset Available Private Company Fields, Metrics, and Ratios. hints: readOnly: true destructive: false idempotent: true call: private-markets-private.getfields outputParameters: - type: object mapping: $. - name: factset-returns-private-company-financials description: Factset Returns Private Company Financials for a List of Ids. hints: readOnly: true destructive: false idempotent: true call: private-markets-private.getfinancials outputParameters: - type: object mapping: $. - name: factset-returns-private-company-financials-2 description: Factset Returns Private Company Financials for a List of Ids. hints: readOnly: true destructive: false idempotent: false call: private-markets-private.getfinancialsforlist with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-returns-private-company-reference description: Factset Returns Private Company Reference Data for a List of Ids. hints: readOnly: true destructive: false idempotent: true call: private-markets-private.getnonperiodic outputParameters: - type: object mapping: $. - name: factset-returns-private-company-reference-2 description: Factset Returns Private Company Reference Data for a List of Ids. hints: readOnly: true destructive: false idempotent: false call: private-markets-private.getnonperiodicforlist with: body: tools.body outputParameters: - type: object mapping: $. - name: factset-get-entity-candidates-and description: Factset Get Entity Candidates and Matches for a Single Name and Attributes. hints: readOnly: true destructive: false idempotent: true call: private-markets-private.getuniverse outputParameters: - type: object mapping: $. - name: factset-get-list-entity-candidates description: Factset Get a List of Entity Candidates and Matches for a Requested List of up to 25 Names and Attributes. hints: readOnly: true destructive: false idempotent: false call: private-markets-private.getuniverseforlist with: body: tools.body outputParameters: - type: object mapping: $.