MCP Server Box

box_ai_extract_data

Extract specific fields from Box files using AI and return structured JSON data. Simplifies retrieving key information from documents for analysis or integration.

Instructions

" Extract data from a file in Box using AI.

Args: file_id (str): The ID of the file to read. fields (str): The fields to extract from the file. return: str: The extracted data in a json string format.

Input Schema

NameRequiredDescriptionDefault
fieldsYes
file_idYes

Input Schema (JSON Schema)

{ "properties": { "fields": { "title": "Fields", "type": "string" }, "file_id": { "title": "File Id" } }, "required": [ "file_id", "fields" ], "title": "box_ai_extract_dataArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Server Box

Related Tools

ID: bosdsf8kvi