5 MCP tools for managing files through the File Storage API. Same schema across 5 connectors.
file_storage_files_allRetrieve a paginated list of files with optional filtering and sorting.
file_storage_files_oneRetrieve a single record by its unique identifier.
file_storage_files_createCreate a new record with the provided fields.
file_storage_files_updateUpdate an existing record by its unique identifier.
file_storage_files_deleteRemove a record by its unique identifier.
5 providers support files through the File Storage API.
execute_tool