Skip to main content
Glama
user_tools.py443 B
from mcp.server.fastmcp import FastMCP from tools.box_tools_users import ( box_users_list_tool, box_users_locate_by_email_tool, box_users_locate_by_name_tool, box_users_search_by_name_or_email_tool, ) def register_user_tools(mcp: FastMCP): mcp.tool()(box_users_list_tool) mcp.tool()(box_users_locate_by_email_tool) mcp.tool()(box_users_locate_by_name_tool) mcp.tool()(box_users_search_by_name_or_email_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