Factset · Capability

FactSet Procure to Pay SCIM — Audit

FactSet Procure to Pay SCIM — Audit. 1 operations. Lead operation: Factset Get File Manager Audit Data.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetAudit

What You Can Do

GET
Get — Factset Get File Manager Audit Data.
/v1/filemanageraudit

MCP Tools

factset-get-file-manager-audit

Factset Get File Manager Audit Data.

read-only idempotent

Capability Spec

procure-to-pay-scim-audit.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Procure to Pay SCIM — Audit
  description: 'FactSet Procure to Pay SCIM — Audit. 1 operations. Lead operation: Factset Get File Manager Audit Data.. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Audit
  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-audit
    baseUri: https://api.factset.com/scim/v2
    description: FactSet Procure to Pay SCIM — Audit business capability. Self-contained, no shared references.
    resources:
    - name: FileManagerAudit
      path: /FileManagerAudit
      operations:
      - name: get
        method: GET
        description: Factset Get File Manager Audit Data.
        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-audit-rest
    port: 8080
    description: REST adapter for FactSet Procure to Pay SCIM — Audit. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/filemanageraudit
      name: filemanageraudit
      description: REST surface for FileManagerAudit.
      operations:
      - method: GET
        name: get
        description: Factset Get File Manager Audit Data.
        call: procure-to-pay-scim-audit.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: procure-to-pay-scim-audit-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Procure to Pay SCIM — Audit. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-get-file-manager-audit
      description: Factset Get File Manager Audit Data.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: procure-to-pay-scim-audit.get
      outputParameters:
      - type: object
        mapping: $.