Factset · Capability

Factset PA Engine API — Unlinked

Factset PA Engine API — Unlinked. 7 operations. Lead operation: Factset Create Unlinked Pa Template. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetUnlinked

What You Can Do

POST
Createunlinkedpatemplates — Factset Create Unlinked Pa Template
/v1/analytics/engines/pa/v3/unlinked-templates
GET
Getunlinkedpatemplates — Factset Get Unlinked Pa Templates
/v1/analytics/engines/pa/v3/unlinked-templates
GET
Getdefaultunlinkedpatemplatetypes — Factset Get Default Unlinked Pa Template Types.
/v1/analytics/engines/pa/v3/unlinked-templates/template-types
GET
Getdetailstype — Factset Get Unlinked Pa Template Type Details by Id.
/v1/analytics/engines/pa/v3/unlinked-templates/template-types/{id}
PUT
Updateunlinkedpatemplates — Factset Update Unlinked Pa Template
/v1/analytics/engines/pa/v3/unlinked-templates/{id}
DELETE
Deleteunlinkedpatemplates — Factset Delete Unlinked Pa Template
/v1/analytics/engines/pa/v3/unlinked-templates/{id}
GET
Getunlinkedpatemplatesbyid — Factset Get Unlinked Pa Template Details by Id
/v1/analytics/engines/pa/v3/unlinked-templates/{id}

MCP Tools

factset-create-unlinked-pa-template

Factset Create Unlinked Pa Template

factset-get-unlinked-pa-templates

Factset Get Unlinked Pa Templates

read-only idempotent
factset-get-default-unlinked-pa

Factset Get Default Unlinked Pa Template Types.

read-only idempotent
factset-get-unlinked-pa-template

Factset Get Unlinked Pa Template Type Details by Id.

read-only idempotent
factset-update-unlinked-pa-template

Factset Update Unlinked Pa Template

idempotent
factset-delete-unlinked-pa-template

Factset Delete Unlinked Pa Template

idempotent
factset-get-unlinked-pa-template-2

Factset Get Unlinked Pa Template Details by Id

read-only idempotent

Capability Spec

pa-engine-unlinked.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset PA Engine API — Unlinked
  description: 'Factset PA Engine API — Unlinked. 7 operations. Lead operation: Factset Create Unlinked Pa Template. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Unlinked
  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-unlinked
    baseUri: https://api.factset.com
    description: Factset PA Engine API — Unlinked business capability. Self-contained, no shared references.
    resources:
    - name: analytics-engines-pa-v3-unlinked-templates
      path: /analytics/engines/pa/v3/unlinked-templates
      operations:
      - name: createunlinkedpatemplates
        method: POST
        description: Factset Create Unlinked Pa Template
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getunlinkedpatemplates
        method: GET
        description: Factset Get Unlinked Pa Templates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: directory
          in: query
          type: string
          description: Get unlinked PA templates in path.
        - name: category
          in: query
          type: string
          description: Get unlinked PA templates by category.
    - name: analytics-engines-pa-v3-unlinked-templates-template-types
      path: /analytics/engines/pa/v3/unlinked-templates/template-types
      operations:
      - name: getdefaultunlinkedpatemplatetypes
        method: GET
        description: Factset Get Default Unlinked Pa Template Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: analytics-engines-pa-v3-unlinked-templates-template-types-id
      path: /analytics/engines/pa/v3/unlinked-templates/template-types/{id}
      operations:
      - name: getdetailstype
        method: GET
        description: Factset Get Unlinked Pa Template Type Details by Id.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique identifier for an unlinked PA template type
          required: true
    - name: analytics-engines-pa-v3-unlinked-templates-id
      path: /analytics/engines/pa/v3/unlinked-templates/{id}
      operations:
      - name: updateunlinkedpatemplates
        method: PUT
        description: Factset Update Unlinked Pa Template
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique identifier for an unlinked PA template
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteunlinkedpatemplates
        method: DELETE
        description: Factset Delete Unlinked Pa Template
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique identifier for an unlinked PA template
          required: true
      - name: getunlinkedpatemplatesbyid
        method: GET
        description: Factset Get Unlinked Pa Template Details by Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique identifier for an unlinked PA template
          required: true
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: pa-engine-unlinked-rest
    port: 8080
    description: REST adapter for Factset PA Engine API — Unlinked. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/analytics/engines/pa/v3/unlinked-templates
      name: analytics-engines-pa-v3-unlinked-templates
      description: REST surface for analytics-engines-pa-v3-unlinked-templates.
      operations:
      - method: POST
        name: createunlinkedpatemplates
        description: Factset Create Unlinked Pa Template
        call: pa-engine-unlinked.createunlinkedpatemplates
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getunlinkedpatemplates
        description: Factset Get Unlinked Pa Templates
        call: pa-engine-unlinked.getunlinkedpatemplates
        with:
          directory: rest.directory
          category: rest.category
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/engines/pa/v3/unlinked-templates/template-types
      name: analytics-engines-pa-v3-unlinked-templates-template-types
      description: REST surface for analytics-engines-pa-v3-unlinked-templates-template-types.
      operations:
      - method: GET
        name: getdefaultunlinkedpatemplatetypes
        description: Factset Get Default Unlinked Pa Template Types.
        call: pa-engine-unlinked.getdefaultunlinkedpatemplatetypes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/engines/pa/v3/unlinked-templates/template-types/{id}
      name: analytics-engines-pa-v3-unlinked-templates-template-types-id
      description: REST surface for analytics-engines-pa-v3-unlinked-templates-template-types-id.
      operations:
      - method: GET
        name: getdetailstype
        description: Factset Get Unlinked Pa Template Type Details by Id.
        call: pa-engine-unlinked.getdetailstype
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/engines/pa/v3/unlinked-templates/{id}
      name: analytics-engines-pa-v3-unlinked-templates-id
      description: REST surface for analytics-engines-pa-v3-unlinked-templates-id.
      operations:
      - method: PUT
        name: updateunlinkedpatemplates
        description: Factset Update Unlinked Pa Template
        call: pa-engine-unlinked.updateunlinkedpatemplates
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteunlinkedpatemplates
        description: Factset Delete Unlinked Pa Template
        call: pa-engine-unlinked.deleteunlinkedpatemplates
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getunlinkedpatemplatesbyid
        description: Factset Get Unlinked Pa Template Details by Id
        call: pa-engine-unlinked.getunlinkedpatemplatesbyid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pa-engine-unlinked-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset PA Engine API — Unlinked. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-create-unlinked-pa-template
      description: Factset Create Unlinked Pa Template
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pa-engine-unlinked.createunlinkedpatemplates
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-unlinked-pa-templates
      description: Factset Get Unlinked Pa Templates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pa-engine-unlinked.getunlinkedpatemplates
      with:
        directory: tools.directory
        category: tools.category
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-default-unlinked-pa
      description: Factset Get Default Unlinked Pa Template Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pa-engine-unlinked.getdefaultunlinkedpatemplatetypes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-unlinked-pa-template
      description: Factset Get Unlinked Pa Template Type Details by Id.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pa-engine-unlinked.getdetailstype
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-update-unlinked-pa-template
      description: Factset Update Unlinked Pa Template
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: pa-engine-unlinked.updateunlinkedpatemplates
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-delete-unlinked-pa-template
      description: Factset Delete Unlinked Pa Template
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: pa-engine-unlinked.deleteunlinkedpatemplates
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-unlinked-pa-template-2
      description: Factset Get Unlinked Pa Template Details by Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pa-engine-unlinked.getunlinkedpatemplatesbyid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.