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
Name | Required | Description | Default |
---|---|---|---|
action | Yes | ||
description | No | ||
folder_id | No | ||
name | No | ||
parent_id | No | ||
recursive | No |