box_get_file
ActiveTool of Box
Get full metadata for a single Box (cloud storage) file by its file id. Returns id, name, size, description, created and modified times, parent folder name, shared link URL, and file extension. Use after listing or searching to inspect one document.
Parameters schema
{
"type": "object",
"required": [
"file_id"
],
"properties": {
"file_id": {
"type": "string",
"description": "The Box file id of the file to inspect."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Box
https://github.com/pipeworx-io/mcp-box
1/7 registries