delete_file
ChatGPTDelete a file.
delete_file
ChatGPTDelete a file.
execute_sql
ChatGPTRun SQLite write statements (DDL/DML) on a workspace-relative .sqlite path. Multiple ;-separated statements run in one transaction; params bind to a single statement only. Use query_sql for reads.
execute_sql
ChatGPTRun SQLite write statements (DDL/DML) on a workspace-relative .sqlite path. Multiple ;-separated statements run in one transaction; params bind to a single statement only. Use query_sql for reads.
find_files
ChatGPTList or search workspace files. With query, searches paths and text (databases and binary uploads match by path only); returns up to 50 files.
find_files
ChatGPTList or search workspace files. With query, searches paths and text (databases and binary uploads match by path only); returns up to 50 files.
get_upload_status
ChatGPTReturn upload status and uploaded files.
get_upload_status
ChatGPTReturn upload status and uploaded files.
move_file
ChatGPTMove or rename a file. Refuses if the destination already exists, unless overwrite=true (which replaces it).
move_file
ChatGPTMove or rename a file. Refuses if the destination already exists, unless overwrite=true (which replaces it).
query_sql
ChatGPTRun one read-only SQLite statement (SELECT/PRAGMA) on a workspace-relative .sqlite path.
query_sql
ChatGPTRun one read-only SQLite statement (SELECT/PRAGMA) on a workspace-relative .sqlite path.
read_file
ChatGPTRead a text file or image; pass include_content=false for metadata only.
read_file
ChatGPTRead a text file or image; pass include_content=false for metadata only.
request_upload
ChatGPTCreate a 10-minute browser upload link.
request_upload
ChatGPTCreate a 10-minute browser upload link.
set_visibility
ChatGPTSet a path's access tier: private, public, or password-protected. public=False makes it private (owner only) and clears any password. public=True makes it reachable by anyone. Add a password (only valid with public=True) to gate it: visitors are prompted for the password and the page plus its app operations are served only once it matches. A folder rule cascades to everything inside it. Re-applying with public=True and no password removes a previous password.
set_visibility
ChatGPTSet a path's access tier: private, public, or password-protected. public=False makes it private (owner only) and clears any password. public=True makes it reachable by anyone. Add a password (only valid with public=True) to gate it: visitors are prompted for the password and the page plus its app operations are served only once it matches. A folder rule cascades to everything inside it. Re-applying with public=True and no password removes a previous password.
write_file
ChatGPTCreate or overwrite a text file (.md, .html, .js, .css, .json, .sql).
write_file
ChatGPTCreate or overwrite a text file (.md, .html, .js, .css, .json, .sql).