Factset · Capability

FactSet BookBuilder API — Custom

FactSet BookBuilder API — Custom. 2 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 FactsetCustom

What You Can Do

GET
Get — Factset Check Out the Documents Uploaded Before to Use Them in Creating Books
/v1/v1/custom-upload-list
POST
Post — Factset Upload a Custom Document
/v1/v1/upload-custom-document

MCP Tools

factset-check-out-documents-uploaded

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

read-only idempotent
factset-upload-custom-document

Factset Upload a Custom Document

Capability Spec

bookbuilder-custom.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet BookBuilder API — Custom
  description: 'FactSet BookBuilder API — Custom. 2 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
  - Custom
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: bookbuilder-custom
    baseUri: https://api.factset.com/book-builder-api
    description: FactSet BookBuilder API — Custom 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: $.
    - name: v1-upload-custom-document
      path: /v1/upload-custom-document
      operations:
      - name: post
        method: POST
        description: Factset Upload a Custom Document
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: bookbuilder-custom-rest
    port: 8080
    description: REST adapter for FactSet BookBuilder API — Custom. 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-custom.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/upload-custom-document
      name: v1-upload-custom-document
      description: REST surface for v1-upload-custom-document.
      operations:
      - method: POST
        name: post
        description: Factset Upload a Custom Document
        call: bookbuilder-custom.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bookbuilder-custom-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet BookBuilder API — Custom. 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-custom.get
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-upload-custom-document
      description: Factset Upload a Custom Document
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bookbuilder-custom.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.