Skip to main content
Glama

MCP Server Box

box_ai_ask_file_multi_tool

Query Box AI with a prompt to analyze and generate responses based on content from multiple files stored in Box. Ideal for extracting insights or processing data across documents.

Instructions

Ask Box AI about multiple files. This tool allows users to query Box AI with a specific prompt, leveraging the content of multiple files stored in Box. The AI processes the files and generates a response based on the provided prompt. Args: ctx (Context): The context object containing the request and lifespan context. file_ids (List[str]): A list of IDs of the files to be analyzed by the AI. prompt (str): The prompt or question to ask the AI. ai_agent_id (Optional[str]): The ID of the AI agent to use for processing.

Input Schema

NameRequiredDescriptionDefault
ai_agent_idNo
file_idsYes
promptYes

Input Schema (JSON Schema)

{ "properties": { "ai_agent_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ai Agent Id" }, "file_ids": { "items": { "type": "string" }, "title": "File Ids", "type": "array" }, "prompt": { "title": "Prompt", "type": "string" } }, "required": [ "file_ids", "prompt" ], "title": "box_ai_ask_file_multi_toolArguments", "type": "object" }
Install Server

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