Factset · Capability

FactSet Publisher API — Path

FactSet Publisher API — Path. 2 operations. Lead operation: Factset Gets Publisher Documents and Sub-directories in a Directory. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetPath

What You Can Do

GET
Getpubdocuments — Factset Gets Publisher Documents and Sub-directories in a Directory
/v1/analytics/engines/pub/v3/documents/{path}
GET
Getaccounts — Factset Get Accounts and Sub-directories in a Directory
/v1/analytics/lookups/v3/accounts/{path}

MCP Tools

factset-gets-publisher-documents-and

Factset Gets Publisher Documents and Sub-directories in a Directory

read-only idempotent
factset-get-accounts-and-sub

Factset Get Accounts and Sub-directories in a Directory

read-only idempotent

Capability Spec

publisher-path.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Publisher API — Path
  description: 'FactSet Publisher API — Path. 2 operations. Lead operation: Factset Gets Publisher Documents and Sub-directories
    in a Directory. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Path
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: publisher-path
    baseUri: https://api.factset.com
    description: FactSet Publisher API — Path business capability. Self-contained, no shared references.
    resources:
    - name: analytics-engines-pub-v3-documents-path
      path: /analytics/engines/pub/v3/documents/{path}
      operations:
      - name: getpubdocuments
        method: GET
        description: Factset Gets Publisher Documents and Sub-directories in a Directory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: path
          in: path
          type: string
          description: The directory to get the documents in
          required: true
    - name: analytics-lookups-v3-accounts-path
      path: /analytics/lookups/v3/accounts/{path}
      operations:
      - name: getaccounts
        method: GET
        description: Factset Get Accounts and Sub-directories in a Directory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: path
          in: path
          type: string
          description: The directory to get the accounts and sub-directories in
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: publisher-path-rest
    port: 8080
    description: REST adapter for FactSet Publisher API — Path. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/analytics/engines/pub/v3/documents/{path}
      name: analytics-engines-pub-v3-documents-path
      description: REST surface for analytics-engines-pub-v3-documents-path.
      operations:
      - method: GET
        name: getpubdocuments
        description: Factset Gets Publisher Documents and Sub-directories in a Directory
        call: publisher-path.getpubdocuments
        with:
          path: rest.path
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/lookups/v3/accounts/{path}
      name: analytics-lookups-v3-accounts-path
      description: REST surface for analytics-lookups-v3-accounts-path.
      operations:
      - method: GET
        name: getaccounts
        description: Factset Get Accounts and Sub-directories in a Directory
        call: publisher-path.getaccounts
        with:
          path: rest.path
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: publisher-path-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Publisher API — Path. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-gets-publisher-documents-and
      description: Factset Gets Publisher Documents and Sub-directories in a Directory
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: publisher-path.getpubdocuments
      with:
        path: tools.path
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-accounts-and-sub
      description: Factset Get Accounts and Sub-directories in a Directory
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: publisher-path.getaccounts
      with:
        path: tools.path
      outputParameters:
      - type: object
        mapping: $.