Factset · Capability

FactSet BookBuilder API — Uploads

FactSet BookBuilder API — Uploads. 1 operations. Lead operation: Factset Check Out the Documents Uploaded Before to Use Them in Creating Books. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetUploads

What You Can Do

GET
Get — Factset Check Out the Documents Uploaded Before to Use Them in Creating Books
/v1/v1/custom-upload-list

MCP Tools

factset-check-out-documents-uploaded

Factset Check Out the Documents Uploaded Before to Use Them in Creating Books

read-only idempotent

Capability Spec

bookbuilder-uploads.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet BookBuilder API — Uploads
  description: 'FactSet BookBuilder API — Uploads. 1 operations. Lead operation: Factset Check Out the Documents Uploaded
    Before to Use Them in Creating Books. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Uploads
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: bookbuilder-uploads
    baseUri: https://api.factset.com/book-builder-api
    description: FactSet BookBuilder API — Uploads business capability. Self-contained, no shared references.
    resources:
    - name: v1-custom-upload-list
      path: /v1/custom-upload-list
      operations:
      - name: get
        method: GET
        description: Factset Check Out the Documents Uploaded Before to Use Them in Creating Books
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: bookbuilder-uploads-rest
    port: 8080
    description: REST adapter for FactSet BookBuilder API — Uploads. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/custom-upload-list
      name: v1-custom-upload-list
      description: REST surface for v1-custom-upload-list.
      operations:
      - method: GET
        name: get
        description: Factset Check Out the Documents Uploaded Before to Use Them in Creating Books
        call: bookbuilder-uploads.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bookbuilder-uploads-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet BookBuilder API — Uploads. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-check-out-documents-uploaded
      description: Factset Check Out the Documents Uploaded Before to Use Them in Creating Books
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bookbuilder-uploads.get
      outputParameters:
      - type: object
        mapping: $.