box_file_text_extract_tool
Extract text content from Box files, converting documents to markdown or plain text format for analysis and processing.
Instructions
Extract text from a file in Box.
The result can be markdown or plain text. If a markdown representation is available, it will be preferred.
Args: file_id (str): The ID of the file to extract text from.
Returns: dict[str, Any]: The extracted text (markdown or plain text).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes |