Skip to main content
Glama
group_tools.py346 B
from mcp.server.fastmcp import FastMCP from tools.box_tools_groups import ( box_groups_list_by_user_tool, box_groups_list_members_tool, box_groups_search_tool, ) def register_group_tools(mcp: FastMCP): mcp.tool()(box_groups_search_tool) mcp.tool()(box_groups_list_members_tool) mcp.tool()(box_groups_list_by_user_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