MCP Server Box

box_read_tool

Extract text content from Box files using file ID on MCP Server Box, enabling efficient access to stored data for further processing or analysis.

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

NameRequiredDescriptionDefault
file_idYes

Input Schema (JSON Schema)

{ "properties": { "file_id": { "title": "File Id" } }, "required": [ "file_id" ], "title": "box_read_toolArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Server Box

Related Tools

ID: bosdsf8kvi