Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Remove the visibility setting for an upload folder path prefix. Files revert to the nearest parent setting or default (internal).

Tool details

FieldValue
Nameclear_upload_visibility
GroupUploads

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "project_reference": {
      "type": "string",
      "description": "Project ID or slug"
    },
    "path": {
      "type": "string",
      "description": "Path prefix to remove visibility from. Must be URL-encoded if it contains special characters or spaces."
    }
  },
  "required": [
    "project_reference",
    "path"
  ],
  "additionalProperties": false,
  "description": "Input schema for the clear_upload_visibility tool.",
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Output schema

Output schema
{
  "type": "object",
  "properties": {
    "removed": {
      "type": "boolean",
      "description": "The removed associated with this tool result."
    }
  },
  "required": [
    "removed"
  ],
  "additionalProperties": false,
  "description": "Structured result returned by the clear_upload_visibility tool.",
  "$schema": "http://json-schema.org/draft-07/schema#"
}