Factset · Capability

Factset PA Engine API — Pricing

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

Run with Naftiko FactsetPricing

What You Can Do

GET
Getpapricingsources — Factset Get Pa Pricing Sources
/v1/analytics/engines/pa/v3/pricing-sources

MCP Tools

factset-get-pa-pricing-sources

Factset Get Pa Pricing Sources

read-only idempotent

Capability Spec

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