Skip to main content
Glama
ai_tools.py1.12 kB
from mcp.server.fastmcp import FastMCP from tools.box_tools_ai import ( box_ai_agent_info_by_id_tool, box_ai_agents_list_tool, box_ai_agents_search_by_name_tool, box_ai_ask_file_multi_tool, box_ai_ask_file_single_tool, box_ai_ask_hub_tool, box_ai_extract_freeform_tool, box_ai_extract_structured_enhanced_using_fields_tool, box_ai_extract_structured_enhanced_using_template_tool, box_ai_extract_structured_using_fields_tool, box_ai_extract_structured_using_template_tool, ) def register_ai_tools(mcp: FastMCP): mcp.tool()(box_ai_ask_file_single_tool) mcp.tool()(box_ai_ask_file_multi_tool) mcp.tool()(box_ai_ask_hub_tool) mcp.tool()(box_ai_extract_freeform_tool) mcp.tool()(box_ai_extract_structured_using_fields_tool) mcp.tool()(box_ai_extract_structured_using_template_tool) mcp.tool()(box_ai_extract_structured_enhanced_using_fields_tool) mcp.tool()(box_ai_extract_structured_enhanced_using_template_tool) mcp.tool()(box_ai_agent_info_by_id_tool) mcp.tool()(box_ai_agents_list_tool) mcp.tool()(box_ai_agents_search_by_name_tool)

Implementation Reference

Latest Blog Posts

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