Factset · Capability

FactSet Portfolio Reporting Batcher API — Name

FactSet Portfolio Reporting Batcher API — Name. 1 operations. Lead operation: Factset Get Details for the Given Prb Job. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetName

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-name.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Portfolio Reporting Batcher API — Name
  description: 'FactSet Portfolio Reporting Batcher API — Name. 1 operations. Lead operation: Factset Get Details for the
    Given Prb Job. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Name
  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-name
    baseUri: https://api.factset.com/analytics/prb/v0
    description: FactSet Portfolio Reporting Batcher API — Name 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-name-rest
    port: 8080
    description: REST adapter for FactSet Portfolio Reporting Batcher API — Name. 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-name.getdetailsforjob
        with:
          attribute: rest.attribute
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: portfolio-reporting-batcher-name-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Portfolio Reporting Batcher API — Name. 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-name.getdetailsforjob
      with:
        attribute: tools.attribute
      outputParameters:
      - type: object
        mapping: $.