naftiko: 1.0.0-alpha2 info: label: FactSet Procure to Pay SCIM — Schemas description: 'FactSet Procure to Pay SCIM — Schemas. 2 operations. Lead operation: Factset Get a List of Schemas.. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Schemas created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: procure-to-pay-scim-schemas baseUri: https://api.factset.com/scim/v2 description: FactSet Procure to Pay SCIM — Schemas business capability. Self-contained, no shared references. resources: - name: Schemas path: /Schemas operations: - name: get method: GET description: Factset Get a List of Schemas. outputRawFormat: json outputParameters: - name: result type: object value: $. - name: Schemas-id path: /Schemas/{id} operations: - name: get method: GET description: Factset Get a Schema. outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: basic username: '{{env.FACTSET_USER}}' password: '{{env.FACTSET_PASS}}' exposes: - type: rest namespace: procure-to-pay-scim-schemas-rest port: 8080 description: REST adapter for FactSet Procure to Pay SCIM — Schemas. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/schemas name: schemas description: REST surface for Schemas. operations: - method: GET name: get description: Factset Get a List of Schemas. call: procure-to-pay-scim-schemas.get outputParameters: - type: object mapping: $. - path: /v1/schemas/{id} name: schemas-id description: REST surface for Schemas-id. operations: - method: GET name: get description: Factset Get a Schema. call: procure-to-pay-scim-schemas.get outputParameters: - type: object mapping: $. - type: mcp namespace: procure-to-pay-scim-schemas-mcp port: 9090 transport: http description: MCP adapter for FactSet Procure to Pay SCIM — Schemas. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-get-list-schemas description: Factset Get a List of Schemas. hints: readOnly: true destructive: false idempotent: true call: procure-to-pay-scim-schemas.get outputParameters: - type: object mapping: $. - name: factset-get-schema description: Factset Get a Schema. hints: readOnly: true destructive: false idempotent: true call: procure-to-pay-scim-schemas.get outputParameters: - type: object mapping: $.