Factset · Capability

Factset PA Engine API — Groups

Factset PA Engine API — Groups. 1 operations. Lead operation: Factset Get Pa Groups. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetGroups

What You Can Do

GET
Getpagroups — Factset Get Pa Groups
/v1/analytics/engines/pa/v3/groups

MCP Tools

factset-get-pa-groups

Factset Get Pa Groups

read-only idempotent

Capability Spec

pa-engine-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset PA Engine API — Groups
  description: 'Factset PA Engine API — Groups. 1 operations. Lead operation: Factset Get Pa 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: pa-engine-groups
    baseUri: https://api.factset.com
    description: Factset PA Engine API — Groups business capability. Self-contained, no shared references.
    resources:
    - name: analytics-engines-pa-v3-groups
      path: /analytics/engines/pa/v3/groups
      operations:
      - name: getpagroups
        method: GET
        description: Factset Get Pa Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: pa-engine-groups-rest
    port: 8080
    description: REST adapter for Factset PA Engine API — Groups. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/analytics/engines/pa/v3/groups
      name: analytics-engines-pa-v3-groups
      description: REST surface for analytics-engines-pa-v3-groups.
      operations:
      - method: GET
        name: getpagroups
        description: Factset Get Pa Groups
        call: pa-engine-groups.getpagroups
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pa-engine-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset PA Engine API — Groups. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-get-pa-groups
      description: Factset Get Pa Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pa-engine-groups.getpagroups
      outputParameters:
      - type: object
        mapping: $.