box_search_folder_by_name_tool
Search and locate a specific folder in Box by its name using the MCP Server Box API. Returns the folder ID for further operations.
Instructions
Locate a folder in Box by its name.
Args: folder_name (str): The name of the folder to locate. return: List[dict]: The folder ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_name | Yes |