MCP Server Box

by box-community
Verified

box_search_folder_by_name

Locate a specific folder in Box by its name to retrieve the folder ID using the MCP Server Box. Simplify folder management by automating targeted searches.

Instructions

Locate a folder in Box by its name.

Args: folder_name (str): The name of the folder to locate. return: str: The folder ID.

Input Schema

NameRequiredDescriptionDefault
folder_nameYes

Input Schema (JSON Schema)

{ "properties": { "folder_name": { "title": "Folder Name", "type": "string" } }, "required": [ "folder_name" ], "title": "box_search_folder_by_nameArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Server Box

Related Tools

ID: bosdsf8kvi