Factset · Capability

FactSet IRN Configuration API — Group

FactSet IRN Configuration API — Group. 2 operations. Lead operation: Factset Get Group Details. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetGroup

What You Can Do

GET
Getgroup — Factset Get Group Details
/v1/v1/group
GET
Getclientssalesrepresentative — getclientssalesrepresentative
/v1/v1/group/client-sales-representative

MCP Tools

factset-get-group-details

Factset Get Group Details

read-only idempotent
getclientssalesrepresentative

getclientssalesrepresentative

read-only idempotent

Capability Spec

irn-configuration-group.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet IRN Configuration API — Group
  description: 'FactSet IRN Configuration API — Group. 2 operations. Lead operation: Factset Get Group Details. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Group
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: irn-configuration-group
    baseUri: https://api.factset.com/research/irn
    description: FactSet IRN Configuration API — Group business capability. Self-contained, no shared references.
    resources:
    - name: v1-group
      path: /v1/group
      operations:
      - name: getgroup
        method: GET
        description: Factset Get Group Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-group-client-sales-representative
      path: /v1/group/client-sales-representative
      operations:
      - name: getclientssalesrepresentative
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: irn-configuration-group-rest
    port: 8080
    description: REST adapter for FactSet IRN Configuration API — Group. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/group
      name: v1-group
      description: REST surface for v1-group.
      operations:
      - method: GET
        name: getgroup
        description: Factset Get Group Details
        call: irn-configuration-group.getgroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/group/client-sales-representative
      name: v1-group-client-sales-representative
      description: REST surface for v1-group-client-sales-representative.
      operations:
      - method: GET
        name: getclientssalesrepresentative
        description: getclientssalesrepresentative
        call: irn-configuration-group.getclientssalesrepresentative
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-configuration-group-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet IRN Configuration API — Group. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-get-group-details
      description: Factset Get Group Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-group.getgroup
      outputParameters:
      - type: object
        mapping: $.
    - name: getclientssalesrepresentative
      description: getclientssalesrepresentative
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-configuration-group.getclientssalesrepresentative
      outputParameters:
      - type: object
        mapping: $.