Skip to main content
Glama

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/box-community/mcp-server-box'

If you have feedback or need assistance with the MCP directory API, please join our Discord server