Skip to main content
The documents module provides tools to view client document vaults, directories, and file uploads.

Available Tools

list_folders

List folders defined in the client’s file vault.
  • Type: Read-only
  • Important Input Fields:
    • clientId (string, required): Unique client ID.

list_documents

List documents and files uploaded by or for the client.
  • Type: Read-only
  • Important Input Fields:
    • clientId (string, required): Unique client ID.
    • folderId (string, optional): Filter by folder directory.

Natural Language Examples

  • “Check if client client_8821 has uploaded any medical release files.”
  • “List folders in the document vault of client client_123.”

JSON-RPC Call Example (list_documents)