Skip to main content
Glama

MCP Server Box

box_ai_extract_structured_enhanced_using_template_tool

Extract structured data from Box files using AI and predefined templates for enhanced processing. Simplify data extraction by specifying file IDs and template keys to generate JSON output.

Instructions

Extract structured data from files in Box using AI with a specified template and enhanced processing. This tool allows users to extract structured data from files by using a predefined template, with enhanced processing capabilities. Args: ctx (Context): The context object containing the request and lifespan context. file_ids (List[str]): The IDs of the files to read. template_key (str): The ID of the template to use for extraction. Returns: dict: The extracted structured data in a json string format.

Input Schema

NameRequiredDescriptionDefault
file_idsYes
template_keyYes

Input Schema (JSON Schema)

{ "properties": { "file_ids": { "items": { "type": "string" }, "title": "File Ids", "type": "array" }, "template_key": { "title": "Template Key", "type": "string" } }, "required": [ "file_ids", "template_key" ], "title": "box_ai_extract_structured_enhanced_using_template_toolArguments", "type": "object" }

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