Skip to main content
Glama

MCP Server Box

box_manage_folder_tool

Create, delete, or update Box folders with specified IDs, names, and parent folders. Manage folder hierarchy and descriptions using the MCP Server Box integration.

Instructions

Manage Box folders - create, delete, or update.

Args: action (str): The action to perform: "create", "delete", or "update" folder_id (str | None): The ID of the folder (required for delete and update) name (str | None): The name for the folder (required for create, optional for update) parent_id (str | None): The ID of the parent folder (required for create, optional for update) Root folder is "0" or 0. description (str): Description for the folder (optional for update) recursive (bool): Whether to delete recursively (optional for delete)

return: str: Result of the operation

Input Schema

NameRequiredDescriptionDefault
actionYes
descriptionNo
folder_idNo
nameNo
parent_idNo
recursiveNo

Input Schema (JSON Schema)

{ "properties": { "action": { "title": "Action", "type": "string" }, "description": { "default": "", "title": "Description", "type": "string" }, "folder_id": { "default": "", "title": "Folder Id", "type": "string" }, "name": { "default": "", "title": "Name", "type": "string" }, "parent_id": { "default": "", "title": "Parent Id", "type": "string" }, "recursive": { "default": false, "title": "Recursive", "type": "boolean" } }, "required": [ "action" ], "title": "box_manage_folder_toolArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/box-community/mcp-server-box'

If you have feedback or need assistance with the MCP directory API, please join our Discord server