Skip to main content
Glama
file_tools.py407 B
from mcp.server.fastmcp import FastMCP from tools.box_tools_files import ( box_download_file_tool, box_read_tool, box_upload_file_from_content_tool, box_upload_file_from_path_tool, ) def register_file_tools(mcp: FastMCP): mcp.tool()(box_read_tool) mcp.tool()(box_download_file_tool) mcp.tool()(box_upload_file_from_content_tool) mcp.tool()(box_upload_file_from_path_tool)

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