box_get_file_text
ActiveTool of Box
Download and return the text content of a Box (cloud storage) file by its file id. Best for plain-text, Markdown, CSV, and other text documents; binary formats (Office docs, PDFs, images) will return unreadable bytes. Content is capped at ~100,000 characters and flagged when truncated.
Parameters schema
{
"type": "object",
"required": [
"file_id"
],
"properties": {
"file_id": {
"type": "string",
"description": "The Box file id of the file to read."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Box
https://github.com/pipeworx-io/mcp-box
1/7 registries