Skip to main content
Glama

MCP Server Box

box_ai_ask_hub_tool

Query Box AI to analyze a specific hub and generate responses based on user prompts. Leverage hub content to obtain insights or answers from AI processing, integrated with MCP Server Box for seamless interaction.

Instructions

Ask Box AI about a specific hub. This tool allows users to query Box AI with a specific prompt, leveraging the content of a hub in Box. The AI processes the hub and generates a response based on the provided prompt. Args: ctx (Context): The context object containing the request and lifespan context. hubs_id (str): The ID of the hub 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. Returns: dict: The response from the AI, containing the answer to the prompt.

Input Schema

NameRequiredDescriptionDefault
ai_agent_idNo
hubs_idYes
promptYes

Input Schema (JSON Schema)

{ "properties": { "ai_agent_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ai Agent Id" }, "hubs_id": { "title": "Hubs Id", "type": "string" }, "prompt": { "title": "Prompt", "type": "string" } }, "required": [ "hubs_id", "prompt" ], "title": "box_ai_ask_hub_toolArguments", "type": "object" }

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