Factset · Capability

Factset Portfolio Reporting Batcher — Jobs

Factset Portfolio Reporting Batcher — Jobs. 1 operations. Lead operation: Factset Get details for the given PRB job. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetJobs

What You Can Do

GET
Getdetailsforjob — Factset Get details for the given PRB job
/v1/jobs/{type}/{name}

MCP Tools

factset-get-details-given-prb

Factset Get details for the given PRB job

read-only idempotent

Capability Spec

portfolio-reporting-batcher-jobs-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Portfolio Reporting Batcher — Jobs
  description: 'Factset Portfolio Reporting Batcher — Jobs. 1 operations. Lead operation: Factset Get details for the given
    PRB job. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Jobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: portfolio-reporting-batcher-jobs-2
    baseUri: https://api.factset.com/analytics/prb/v0
    description: Factset Portfolio Reporting Batcher — Jobs business capability. Self-contained, no shared references.
    resources:
    - name: jobs-type-name
      path: /jobs/{type}/{name}
      operations:
      - name: getdetailsforjob
        method: GET
        description: Factset Get details for the given PRB job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: attribute
          in: query
          type: array
          description: The attribute parameter accepts a list of the given enums, separated by commas. Each of them returns
            the respective data associated with the job. Runs returns t
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: portfolio-reporting-batcher-jobs-2-rest
    port: 8080
    description: REST adapter for Factset Portfolio Reporting Batcher — Jobs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/jobs/{type}/{name}
      name: jobs-type-name
      description: REST surface for jobs-type-name.
      operations:
      - method: GET
        name: getdetailsforjob
        description: Factset Get details for the given PRB job
        call: portfolio-reporting-batcher-jobs-2.getdetailsforjob
        with:
          attribute: rest.attribute
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: portfolio-reporting-batcher-jobs-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Portfolio Reporting Batcher — Jobs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-get-details-given-prb
      description: Factset Get details for the given PRB job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: portfolio-reporting-batcher-jobs-2.getdetailsforjob
      with:
        attribute: tools.attribute
      outputParameters:
      - type: object
        mapping: $.