box_read_tool
Extract and retrieve text content from Box files using the file ID. Integrates with MCP Server Box for efficient file handling and data access via the Box API.
Instructions
Read the text content of a file in Box.
Args: file_id (str): The ID of the file to read. return: str: The text content of the file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_id | Yes |