Skip to main content
Glama
web_link_tools.py440 B
from mcp.server.fastmcp import FastMCP from tools.box_tools_web_link import ( box_web_link_create_tool, box_web_link_delete_by_id_tool, box_web_link_get_by_id_tool, box_web_link_update_by_id_tool, ) def register_web_link_tools(mcp: FastMCP): mcp.tool()(box_web_link_create_tool) mcp.tool()(box_web_link_get_by_id_tool) mcp.tool()(box_web_link_update_by_id_tool) mcp.tool()(box_web_link_delete_by_id_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