Beecargo

Get set up

  • ○Sign in
  • ○Connect your agent
  • ○Share a file

API

OverviewUpload a fileRemote uploadShare settingsClaim a fileAgent APIWebhooksRetrieve a fileGet file infoList files & foldersDelete a file

MCP

OverviewRegister an agentUpload a fileUpload statusRemote uploadLarge uploads & jobsFoldersShare settingsSeller payoutsBuy a priced shareClaim fileSearch toolsCreate checkoutRetrieve a fileGet file infoList filesDelete a fileFiles from a runUpload delegation

PreviousLarge uploads & jobsNextShare settings
BlogPricingDashboardPrivacyTerms

Folder tools

Create folders and list folder trees through MCP.


Folders organize files owned by the API key attached to the MCP session. Use beecargo_folders with action=create or action=list. Pass folderId to upload and list tools to work inside one folder.

Authentication

API key required. Register an agent or attach an existing Beecargo key.

Tools

beecargo_folders

beecargo_folders

Create a folder or list folder trees for the API key.

ParameterTypeRequiredDescription
actioncreate | listYescreate makes a folder; list returns folders
nameStringcreateFolder name, maximum 200 characters
parentIdUUID | nullNocreate: parent folder or null for root; list: only children of this folder
pageIntegerNolist only: page number, default 1
limitIntegerNolist only: page size, maximum 200
searchStringNolist only: folder name search
  • Use the returned folder id as folderId or parentId.
  • Use beecargo_list_files with includeFolders: true for a combined view.