Factset · Capability

FactSet SCIM API — Schemas

FactSet SCIM API — Schemas. 2 operations. Lead operation: Factset Get a list of schemas.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSchemas

What You Can Do

GET
Get — Factset Get a list of schemas.
/v1/schemas
GET
Get — Factset Get a schema.
/v1/schemas/{id}

MCP Tools

factset-get-list-schemas

Factset Get a list of schemas.

read-only idempotent
factset-get-schema

Factset Get a schema.

read-only idempotent

Capability Spec

procure-to-pay-api-scim-schemas.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet SCIM API — Schemas
  description: 'FactSet SCIM API — 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-api-scim-schemas
    baseUri: https://api.factset.com/scim/v2
    description: FactSet SCIM API — 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-api-scim-schemas-rest
    port: 8080
    description: REST adapter for FactSet SCIM API — 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-api-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-api-scim-schemas.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: procure-to-pay-api-scim-schemas-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet SCIM API — 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-api-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-api-scim-schemas.get
      outputParameters:
      - type: object
        mapping: $.