Factset · Capability

FactSet SCIM API — Groups

FactSet SCIM API — Groups. 1 operations. Lead operation: Factset Get a list of groups.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetGroups

What You Can Do

GET
Get — Factset Get a list of groups.
/v1/groups

MCP Tools

factset-get-list-groups

Factset Get a list of groups.

read-only idempotent

Capability Spec

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